config/kernel_linux_headers_install.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Sep 29 16:43:13 2007 +0000 (2007-09-29)
changeset 404 890a97535740
parent 401 5baf14e56890
child 407 2e96797201e5
permissions -rw-r--r--
Add linux-2.6.22.{8,9}.
     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 config KERNEL_INSTALL_V_2_6_22_7
    60     bool
    61     prompt "2.6.22.7"
    62     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    63 
    64 config KERNEL_INSTALL_V_2_6_22_8
    65     bool
    66     prompt "2.6.22.8"
    67     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    68 
    69 config KERNEL_INSTALL_V_2_6_22_9
    70     bool
    71     prompt "2.6.22.9"
    72     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    73 
    74 # CT_INSERT_VERSION_ABOVE
    75 # Don't remove above line!
    76 endchoice
    77 
    78 config KERNEL_VERSION
    79     string
    80     default "2.6.18.8" if KERNEL_INSTALL_V_2_6_18_8
    81     default "2.6.19.7" if KERNEL_INSTALL_V_2_6_19_7
    82     default "2.6.20.15" if KERNEL_INSTALL_V_2_6_20_15
    83     default "2.6.21.7" if KERNEL_INSTALL_V_2_6_21_7
    84     default "2.6.22" if KERNEL_INSTALL_V_2_6_22
    85     default "2.6.22.1" if KERNEL_INSTALL_V_2_6_22_1
    86     default "2.6.22.2" if KERNEL_INSTALL_V_2_6_22_2
    87     default "2.6.22.3" if KERNEL_INSTALL_V_2_6_22_3
    88     default "2.6.22.4" if KERNEL_INSTALL_V_2_6_22_4
    89     default "2.6.22.5" if KERNEL_INSTALL_V_2_6_22_5
    90     default "2.6.22.6" if KERNEL_INSTALL_V_2_6_22_6
    91     default "2.6.22.7" if KERNEL_INSTALL_V_2_6_22_7
    92     default "2.6.22.8" if KERNEL_INSTALL_V_2_6_22_8
    93     default "2.6.22.9" if KERNEL_INSTALL_V_2_6_22_9
    94 # CT_INSERT_VERSION_STRING_ABOVE
    95 # Don't remove above line!
    96 
    97 config KERNEL_LINUX_HEADERS_INSTALL_CHECK
    98     bool
    99     prompt "Check installed headers"
   100     default n
   101     help
   102       If you are in doubt that installed headers are buggy, say 'Y'
   103       here to have an extra check passed onto the headers.