summaryrefslogtreecommitdiff
path: root/config/kernel
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-20 22:06:22 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-10-20 22:06:22 (GMT)
commit1b8b28d040a917c4d271f68729451d0a2c4a42e5 (patch)
tree6ed4949d538fa30cf0948dcc3e461a6c806438a4 /config/kernel
parent14f607d3a993cec5b4926abd21971648bb3542a4 (diff)
kernel/linux: remove the version prompt
Diffstat (limited to 'config/kernel')
-rw-r--r--config/kernel/linux.in13
1 files changed, 0 insertions, 13 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in
index e5792c5..04e9d7b 100644
--- a/config/kernel/linux.in
+++ b/config/kernel/linux.in
@@ -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