config/kernel_linux_headers_install.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 14 20:11:44 2007 +0000 (2007-08-14)
changeset 330 447b203edc2e
parent 324 04b1dfca8a43
child 337 f083425c84e3
permissions -rw-r--r--
Do a clean-up pass on the OBSOLETE features (versions):
- remove legions of those,
- remove associated patches no longer needed,
- mark then as (OBSOLETE) in the prompt;
     1 choice
     2     bool
     3     prompt "Linux kernel version"
     4 
     5 config KERNEL_INSTALL_V_2_6_18_8
     6     bool
     7     prompt "2.6.18.8 (OBSOLETE)"
     8     depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
     9 
    10 config KERNEL_INSTALL_V_2_6_19_7
    11     bool
    12     prompt "2.6.19.7 (OBSOLETE)"
    13     depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
    14 
    15 config KERNEL_INSTALL_V_2_6_20_15
    16     bool
    17     prompt "2.6.20.15 (OBSOLETE)"
    18     depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
    19 
    20 config KERNEL_INSTALL_V_2_6_21_7
    21     bool
    22     prompt "2.6.21.7"
    23     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    24 
    25 config KERNEL_INSTALL_V_2_6_22
    26     bool
    27     prompt "2.6.22"
    28 
    29 config KERNEL_INSTALL_V_2_6_22_1
    30     bool
    31     prompt "2.6.22.1"
    32     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    33 
    34 config KERNEL_INSTALL_V_2_6_22_2
    35     bool
    36     prompt "2.6.22.2"
    37     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    38 
    39 # CT_INSERT_VERSION_ABOVE
    40 # Don't remove above line!
    41 endchoice
    42 
    43 config KERNEL_VERSION
    44     string
    45     default "2.6.18.8" if KERNEL_INSTALL_V_2_6_18_8
    46     default "2.6.19.7" if KERNEL_INSTALL_V_2_6_19_7
    47     default "2.6.20.15" if KERNEL_INSTALL_V_2_6_20_15
    48     default "2.6.21.7" if KERNEL_INSTALL_V_2_6_21_7
    49     default "2.6.22" if KERNEL_INSTALL_V_2_6_22
    50     default "2.6.22.1" if KERNEL_INSTALL_V_2_6_22_1
    51     default "2.6.22.2" if KERNEL_INSTALL_V_2_6_22_2
    52 # CT_INSERT_VERSION_STRING_ABOVE
    53 # Don't remove above line!
    54 
    55 config KERNEL_LINUX_HEADERS_INSTALL_CHECK
    56     bool
    57     prompt "Check installed headers"
    58     default n
    59     help
    60       If you are in doubt that installed headers are buggy, say 'Y'
    61       here to have an extra check passed onto the headers.