kernel/linux: remove the version prompt
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Wed Oct 21 00:06:22 2009 +0200 (2009-10-21)
changeset 1606859af0f9d110
parent 1605 c400f421858e
child 1607 a119153ca777
kernel/linux: remove the version prompt
config/kernel/linux.in
     1.1 --- a/config/kernel/linux.in	Wed Oct 28 18:59:09 2009 +0100
     1.2 +++ b/config/kernel/linux.in	Wed Oct 21 00:06:22 2009 +0200
     1.3 @@ -90,16 +90,10 @@
     1.4      bool
     1.5      prompt "2.6.27.35 (long-term stable)"
     1.6  
     1.7 -config KERNEL_V_select
     1.8 -    bool
     1.9 -    prompt "Other version (EXPERIMENTAL)"
    1.10 -    depends on EXPERIMENTAL
    1.11 -
    1.12  endchoice
    1.13  
    1.14  config KERNEL_VERSION
    1.15      string
    1.16 -    prompt "Kernel version" if KERNEL_V_select
    1.17  # Don't remove next line
    1.18  # CT_INSERT_VERSION_STRING_BELOW
    1.19      default "2.6.31.1" if KERNEL_V_2_6_31_1
    1.20 @@ -116,13 +110,6 @@
    1.21      default "2.6.29.6" if KERNEL_V_2_6_29_6
    1.22      default "2.6.28.10" if KERNEL_V_2_6_28_10
    1.23      default "2.6.27.35" if KERNEL_V_2_6_27_35
    1.24 -    help
    1.25 -      Enter here the kernel version you want to use, if it is
    1.26 -      not listed above. Something like V.P.S or V.P.S.E, where:
    1.27 -        V: VERSION
    1.28 -        P: PATCHLEVEL
    1.29 -        S: SUBLEVEL
    1.30 -        E: EXTRAVERSION
    1.31  
    1.32  choice
    1.33      bool