config_query_list MAKEMODE "What make configuration tool would you like to use?" \
					"menuconfig" \
					"oldconfig" \
					"silentoldconfig" \
					"xconfig" \
					"defconfig" \
					"gconfig" \
					"allmodconfig" \
					"allyesconfig" \
					"allnoconfig" \
					"randconfig" \
					"smgl-update-defaults"

if [[ $MAKEMODE == "menuconfig" || $MAKEMODE == "oldconfig" ]]
then
	VOYEUR="on"
fi

config_query UPDATE_BL "Would you like to have $SPELL update your bootloader?" n 
