summaryrefslogtreecommitdiffstats
path: root/kernels/linux/CONFIGURE
blob: 7e510fa206de35befc31cec041aa68f09b2d8236 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
		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