kernel/linux: remove the version prompt

This commit is contained in:
Yann E. MORIN" 2009-10-21 00:06:22 +02:00
parent 14f607d3a9
commit 1b8b28d040

View File

@ -90,16 +90,10 @@ config KERNEL_V_2_6_27_35
bool
prompt "2.6.27.35 (long-term stable)"
config KERNEL_V_select
bool
prompt "Other version (EXPERIMENTAL)"
depends on EXPERIMENTAL
endchoice
config KERNEL_VERSION
string
prompt "Kernel version" if KERNEL_V_select
# Don't remove next line
# CT_INSERT_VERSION_STRING_BELOW
default "2.6.31.1" if KERNEL_V_2_6_31_1
@ -116,13 +110,6 @@ config KERNEL_VERSION
default "2.6.29.6" if KERNEL_V_2_6_29_6
default "2.6.28.10" if KERNEL_V_2_6_28_10
default "2.6.27.35" if KERNEL_V_2_6_27_35
help
Enter here the kernel version you want to use, if it is
not listed above. Something like V.P.S or V.P.S.E, where:
V: VERSION
P: PATCHLEVEL
S: SUBLEVEL
E: EXTRAVERSION
choice
bool