. $GRIMOIRE/config_query_multi.function
config_query_option AVRDUDE_OPTIONAL_DEPS		\
		   "Build documentation"		\
		   y					\
		   "--enable-doc"			\
		   "--disable-doc"			&&
config_query_option AVRDUDE_OPTIONAL_DEPS		\
		   "Enable parallel port support"	\
		   y					\
		   "--enable-parport"			\
		   "--disable-parport"			\
