config/kernel_linux_headers_install.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Feb 17 22:08:06 2008 +0000 (2008-02-17)
changeset 431 8bde4c6ea47a
parent 423 656d929db867
permissions -rw-r--r--
Robert P. J. DAY says:

apparently, the patchset for gcc 4.2.1 applies properly to the
source for gcc 4.2.2 and gcc 4.2.3. so, if you want, you can simply
add support for those last two just by augmenting menuconfig and
adding a couple symlinks for those two directories. seems like a
cheap way to add a couple new versions.
     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 # CT_INSERT_VERSION_ABOVE
   129 # Don't remove above line!
   130 endchoice
   131 
   132 config KERNEL_VERSION
   133     string
   134     default "2.6.18.8" if KERNEL_INSTALL_V_2_6_18_8
   135     default "2.6.19.7" if KERNEL_INSTALL_V_2_6_19_7
   136     default "2.6.20.21" if KERNEL_INSTALL_V_2_6_20_21
   137     default "2.6.21.7" if KERNEL_INSTALL_V_2_6_21_7
   138     default "2.6.22.18" if KERNEL_INSTALL_V_2_6_22_18
   139     default "2.6.23" if KERNEL_INSTALL_V_2_6_23
   140     default "2.6.23.1" if KERNEL_INSTALL_V_2_6_23_1
   141     default "2.6.23.2" if KERNEL_INSTALL_V_2_6_23_2
   142     default "2.6.23.3" if KERNEL_INSTALL_V_2_6_23_3
   143     default "2.6.23.4" if KERNEL_INSTALL_V_2_6_23_4
   144     default "2.6.23.5" if KERNEL_INSTALL_V_2_6_23_5
   145     default "2.6.23.6" if KERNEL_INSTALL_V_2_6_23_6
   146     default "2.6.23.7" if KERNEL_INSTALL_V_2_6_23_7
   147     default "2.6.23.8" if KERNEL_INSTALL_V_2_6_23_8
   148     default "2.6.23.9" if KERNEL_INSTALL_V_2_6_23_9
   149     default "2.6.23.10" if KERNEL_INSTALL_V_2_6_23_10
   150     default "2.6.23.11" if KERNEL_INSTALL_V_2_6_23_11
   151     default "2.6.23.12" if KERNEL_INSTALL_V_2_6_23_12
   152     default "2.6.23.13" if KERNEL_INSTALL_V_2_6_23_13
   153     default "2.6.23.14" if KERNEL_INSTALL_V_2_6_23_14
   154     default "2.6.23.15" if KERNEL_INSTALL_V_2_6_23_15
   155     default "2.6.23.16" if KERNEL_INSTALL_V_2_6_23_16
   156     default "2.6.24" if KERNEL_INSTALL_V_2_6_24
   157     default "2.6.24.1" if KERNEL_INSTALL_V_2_6_24_1
   158     default "2.6.24.2" if KERNEL_INSTALL_V_2_6_24_2
   159 # CT_INSERT_VERSION_STRING_ABOVE
   160 # Don't remove above line!
   161 
   162 config KERNEL_LINUX_HEADERS_INSTALL_CHECK
   163     bool
   164     prompt "Check installed headers"
   165     default n
   166     help
   167       If you are in doubt that installed headers are buggy, say 'Y'
   168       here to have an extra check passed onto the headers.