config/kernel/linux.in
changeset 1606 859af0f9d110
parent 1603 e0ef539e23d9
child 1610 0790e4bc8a79
     1.1 --- a/config/kernel/linux.in	Wed Oct 28 18:55:40 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