config/kernel_linux_headers_install.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 02 09:24:15 2007 +0000 (2007-09-02)
changeset 353 3e55465915d2
parent 345 4d618b3b3de5
child 401 5baf14e56890
permissions -rw-r--r--
Add linux-2.6.22.6 for the kernel headers.
     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 config KERNEL_INSTALL_V_2_6_22_3
    40     bool
    41     prompt "2.6.22.3"
    42     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    43 
    44 config KERNEL_INSTALL_V_2_6_22_4
    45     bool
    46     prompt "2.6.22.4"
    47     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    48 
    49 config KERNEL_INSTALL_V_2_6_22_5
    50     bool
    51     prompt "2.6.22.5"
    52     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    53 
    54 config KERNEL_INSTALL_V_2_6_22_6
    55     bool
    56     prompt "2.6.22.6"
    57     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    58 
    59 # CT_INSERT_VERSION_ABOVE
    60 # Don't remove above line!
    61 endchoice
    62 
    63 config KERNEL_VERSION
    64     string
    65     default "2.6.18.8" if KERNEL_INSTALL_V_2_6_18_8
    66     default "2.6.19.7" if KERNEL_INSTALL_V_2_6_19_7
    67     default "2.6.20.15" if KERNEL_INSTALL_V_2_6_20_15
    68     default "2.6.21.7" if KERNEL_INSTALL_V_2_6_21_7
    69     default "2.6.22" if KERNEL_INSTALL_V_2_6_22
    70     default "2.6.22.1" if KERNEL_INSTALL_V_2_6_22_1
    71     default "2.6.22.2" if KERNEL_INSTALL_V_2_6_22_2
    72     default "2.6.22.3" if KERNEL_INSTALL_V_2_6_22_3
    73     default "2.6.22.4" if KERNEL_INSTALL_V_2_6_22_4
    74     default "2.6.22.5" if KERNEL_INSTALL_V_2_6_22_5
    75     default "2.6.22.6" if KERNEL_INSTALL_V_2_6_22_6
    76 # CT_INSERT_VERSION_STRING_ABOVE
    77 # Don't remove above line!
    78 
    79 config KERNEL_LINUX_HEADERS_INSTALL_CHECK
    80     bool
    81     prompt "Check installed headers"
    82     default n
    83     help
    84       If you are in doubt that installed headers are buggy, say 'Y'
    85       here to have an extra check passed onto the headers.