config/kernel/linux_headers_install.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Apr 17 21:07:01 2008 +0000 (2008-04-17)
changeset 449 638655b316cf
parent 448 08da017ba46b
child 478 6f84600ec8f8
permissions -rw-r--r--
Add latest Linux kernel versions.

/trunk/config/kernel/linux_headers_install.in | 17 17 0 0 +++++++++++++++++
1 file changed, 17 insertions(+)
     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_21
    16     bool
    17     prompt "2.6.20.21 (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 (OBSOLETE)"
    23     depends on KERNEL_VERSION_SEE_EXTRAVERSION && OBSOLETE
    24 
    25 config KERNEL_INSTALL_V_2_6_22_18
    26     bool
    27     prompt "2.6.22.18"
    28     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    29 
    30 config KERNEL_INSTALL_V_2_6_23
    31     bool
    32     prompt "2.6.23"
    33 
    34 config KERNEL_INSTALL_V_2_6_23_1
    35     bool
    36     prompt "2.6.23.1"
    37     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    38 
    39 config KERNEL_INSTALL_V_2_6_23_2
    40     bool
    41     prompt "2.6.23.2"
    42     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    43 
    44 config KERNEL_INSTALL_V_2_6_23_3
    45     bool
    46     prompt "2.6.23.3"
    47     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    48 
    49 config KERNEL_INSTALL_V_2_6_23_4
    50     bool
    51     prompt "2.6.23.4"
    52     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    53 
    54 config KERNEL_INSTALL_V_2_6_23_5
    55     bool
    56     prompt "2.6.23.5"
    57     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    58 
    59 config KERNEL_INSTALL_V_2_6_23_6
    60     bool
    61     prompt "2.6.23.6"
    62     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    63 
    64 config KERNEL_INSTALL_V_2_6_23_7
    65     bool
    66     prompt "2.6.23.7"
    67     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    68 
    69 config KERNEL_INSTALL_V_2_6_23_8
    70     bool
    71     prompt "2.6.23.8"
    72     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    73 
    74 config KERNEL_INSTALL_V_2_6_23_9
    75     bool
    76     prompt "2.6.23.9"
    77     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    78 
    79 config KERNEL_INSTALL_V_2_6_23_10
    80     bool
    81     prompt "2.6.23.10"
    82     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    83 
    84 config KERNEL_INSTALL_V_2_6_23_11
    85     bool
    86     prompt "2.6.23.11"
    87     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    88 
    89 config KERNEL_INSTALL_V_2_6_23_12
    90     bool
    91     prompt "2.6.23.12"
    92     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    93 
    94 config KERNEL_INSTALL_V_2_6_23_13
    95     bool
    96     prompt "2.6.23.13"
    97     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    98 
    99 config KERNEL_INSTALL_V_2_6_23_14
   100     bool
   101     prompt "2.6.23.14"
   102     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   103 
   104 config KERNEL_INSTALL_V_2_6_23_15
   105     bool
   106     prompt "2.6.23.15"
   107     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   108 
   109 config KERNEL_INSTALL_V_2_6_23_16
   110     bool
   111     prompt "2.6.23.16"
   112     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   113 
   114 config KERNEL_INSTALL_V_2_6_24
   115     bool
   116     prompt "2.6.24"
   117 
   118 config KERNEL_INSTALL_V_2_6_24_1
   119     bool
   120     prompt "2.6.24.1"
   121     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   122 
   123 config KERNEL_INSTALL_V_2_6_24_2
   124     bool
   125     prompt "2.6.24.2"
   126     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   127 
   128 config KERNEL_INSTALL_V_2_6_24_3
   129     bool
   130     prompt "2.6.24.3"
   131     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   132 
   133 config KERNEL_INSTALL_V_2_6_24_4
   134     bool
   135     prompt "2.6.24.4"
   136     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   137 
   138 config KERNEL_INSTALL_V_2_6_25
   139     bool
   140     prompt "2.6.25"
   141 
   142 # CT_INSERT_VERSION_ABOVE
   143 # Don't remove above line!
   144 endchoice
   145 
   146 config KERNEL_VERSION
   147     string
   148     default "2.6.18.8" if KERNEL_INSTALL_V_2_6_18_8
   149     default "2.6.19.7" if KERNEL_INSTALL_V_2_6_19_7
   150     default "2.6.20.21" if KERNEL_INSTALL_V_2_6_20_21
   151     default "2.6.21.7" if KERNEL_INSTALL_V_2_6_21_7
   152     default "2.6.22.18" if KERNEL_INSTALL_V_2_6_22_18
   153     default "2.6.23" if KERNEL_INSTALL_V_2_6_23
   154     default "2.6.23.1" if KERNEL_INSTALL_V_2_6_23_1
   155     default "2.6.23.2" if KERNEL_INSTALL_V_2_6_23_2
   156     default "2.6.23.3" if KERNEL_INSTALL_V_2_6_23_3
   157     default "2.6.23.4" if KERNEL_INSTALL_V_2_6_23_4
   158     default "2.6.23.5" if KERNEL_INSTALL_V_2_6_23_5
   159     default "2.6.23.6" if KERNEL_INSTALL_V_2_6_23_6
   160     default "2.6.23.7" if KERNEL_INSTALL_V_2_6_23_7
   161     default "2.6.23.8" if KERNEL_INSTALL_V_2_6_23_8
   162     default "2.6.23.9" if KERNEL_INSTALL_V_2_6_23_9
   163     default "2.6.23.10" if KERNEL_INSTALL_V_2_6_23_10
   164     default "2.6.23.11" if KERNEL_INSTALL_V_2_6_23_11
   165     default "2.6.23.12" if KERNEL_INSTALL_V_2_6_23_12
   166     default "2.6.23.13" if KERNEL_INSTALL_V_2_6_23_13
   167     default "2.6.23.14" if KERNEL_INSTALL_V_2_6_23_14
   168     default "2.6.23.15" if KERNEL_INSTALL_V_2_6_23_15
   169     default "2.6.23.16" if KERNEL_INSTALL_V_2_6_23_16
   170     default "2.6.24" if KERNEL_INSTALL_V_2_6_24
   171     default "2.6.24.1" if KERNEL_INSTALL_V_2_6_24_1
   172     default "2.6.24.2" if KERNEL_INSTALL_V_2_6_24_2
   173     default "2.6.24.3" if KERNEL_INSTALL_V_2_6_24_3
   174     default "2.6.24.4" if KERNEL_INSTALL_V_2_6_24_4
   175     default "2.6.25" if KERNEL_INSTALL_V_2_6_25
   176 # CT_INSERT_VERSION_STRING_ABOVE
   177 # Don't remove above line!
   178 
   179 config KERNEL_LINUX_HEADERS_INSTALL_CHECK
   180     bool
   181     prompt "Check installed headers"
   182     default n
   183     help
   184       If you are in doubt that installed headers are buggy, say 'Y'
   185       here to have an extra check passed onto the headers.