config/kernel_linux_headers_install.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jul 09 16:34:44 2007 +0000 (2007-07-09)
changeset 226 7055198d062d
parent 216 8520332106c9
child 248 f5b2cf8ece47
permissions -rw-r--r--
Add linux-2.6.22.
     1 choice
     2     bool
     3     prompt "Linux kernel version"
     4 
     5 config KERNEL_INSTALL_V_2_6_18
     6     bool
     7     prompt "2.6.18"
     8 
     9 config KERNEL_INSTALL_V_2_6_18_1
    10     bool
    11     prompt "2.6.18.1"
    12     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    13 
    14 config KERNEL_INSTALL_V_2_6_18_2
    15     bool
    16     prompt "2.6.18.2"
    17     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    18 
    19 config KERNEL_INSTALL_V_2_6_18_3
    20     bool
    21     prompt "2.6.18.3"
    22     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    23 
    24 config KERNEL_INSTALL_V_2_6_18_4
    25     bool
    26     prompt "2.6.18.4"
    27     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    28 
    29 config KERNEL_INSTALL_V_2_6_18_5
    30     bool
    31     prompt "2.6.18.5"
    32     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    33 
    34 config KERNEL_INSTALL_V_2_6_18_6
    35     bool
    36     prompt "2.6.18.6"
    37     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    38 
    39 config KERNEL_INSTALL_V_2_6_19
    40     bool
    41     prompt "2.6.19"
    42 
    43 config KERNEL_INSTALL_V_2_6_19_1
    44     bool
    45     prompt "2.6.19.1"
    46     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    47 
    48 config KERNEL_INSTALL_V_2_6_19_2
    49     bool
    50     prompt "2.6.19.2"
    51     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    52 
    53 config KERNEL_INSTALL_V_2_6_20
    54     bool
    55     prompt "2.6.20"
    56 
    57 config KERNEL_INSTALL_V_2_6_20_1
    58     bool
    59     prompt "2.6.20.1"
    60     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    61 
    62 config KERNEL_INSTALL_V_2_6_20_2
    63     bool
    64     prompt "2.6.20.2"
    65     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    66 
    67 config KERNEL_INSTALL_V_2_6_20_3
    68     bool
    69     prompt "2.6.20.3"
    70     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    71 
    72 config KERNEL_INSTALL_V_2_6_20_4
    73     bool
    74     prompt "2.6.20.4"
    75     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    76 
    77 config KERNEL_INSTALL_V_2_6_20_5
    78     bool
    79     prompt "2.6.20.5"
    80     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    81 
    82 config KERNEL_INSTALL_V_2_6_20_6
    83     bool
    84     prompt "2.6.20.6"
    85     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    86 
    87 config KERNEL_INSTALL_V_2_6_20_7
    88     bool
    89     prompt "2.6.20.7"
    90     depends on KERNEL_VERSION_SEE_EXTRAVERSION
    91 
    92 config KERNEL_INSTALL_V_2_6_21
    93     bool
    94     prompt "2.6.21"
    95 
    96 config KERNEL_INSTALL_V_2_6_21_1
    97     bool
    98     prompt "2.6.21.1"
    99     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   100 
   101 config KERNEL_INSTALL_V_2_6_21_2
   102     bool
   103     prompt "2.6.21.2"
   104     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   105 
   106 config KERNEL_INSTALL_V_2_6_21_3
   107     bool
   108     prompt "2.6.21.3"
   109     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   110 
   111 config KERNEL_INSTALL_V_2_6_21_4
   112     bool
   113     prompt "2.6.21.4"
   114     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   115 
   116 config KERNEL_INSTALL_V_2_6_21_5
   117     bool
   118     prompt "2.6.21.5"
   119     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   120 
   121 config KERNEL_INSTALL_V_2_6_21_6
   122     bool
   123     prompt "2.6.21.6"
   124     depends on KERNEL_VERSION_SEE_EXTRAVERSION
   125 
   126 config KERNEL_INSTALL_V_2_6_22
   127     bool
   128     prompt "2.6.22"
   129 
   130 # CT_INSERT_VERSION_ABOVE
   131 # Don't remove above line!
   132 endchoice
   133 
   134 config KERNEL_VERSION
   135     string
   136     default "2.6.18" if KERNEL_INSTALL_V_2_6_18
   137     default "2.6.18.1" if KERNEL_INSTALL_V_2_6_18_1
   138     default "2.6.18.2" if KERNEL_INSTALL_V_2_6_18_2
   139     default "2.6.18.3" if KERNEL_INSTALL_V_2_6_18_3
   140     default "2.6.18.4" if KERNEL_INSTALL_V_2_6_18_4
   141     default "2.6.18.5" if KERNEL_INSTALL_V_2_6_18_5
   142     default "2.6.18.6" if KERNEL_INSTALL_V_2_6_18_6
   143     default "2.6.19" if KERNEL_INSTALL_V_2_6_19
   144     default "2.6.19.1" if KERNEL_INSTALL_V_2_6_19_1
   145     default "2.6.19.2" if KERNEL_INSTALL_V_2_6_19_2
   146     default "2.6.20" if KERNEL_INSTALL_V_2_6_20
   147     default "2.6.20.1" if KERNEL_INSTALL_V_2_6_20_1
   148     default "2.6.20.2" if KERNEL_INSTALL_V_2_6_20_2
   149     default "2.6.20.3" if KERNEL_INSTALL_V_2_6_20_3
   150     default "2.6.20.4" if KERNEL_INSTALL_V_2_6_20_4
   151     default "2.6.20.5" if KERNEL_INSTALL_V_2_6_20_5
   152     default "2.6.20.6" if KERNEL_INSTALL_V_2_6_20_6
   153     default "2.6.20.7" if KERNEL_INSTALL_V_2_6_20_7
   154     default "2.6.21" if KERNEL_INSTALL_V_2_6_21
   155     default "2.6.21.1" if KERNEL_INSTALL_V_2_6_21_1
   156     default "2.6.21.2" if KERNEL_INSTALL_V_2_6_21_2
   157     default "2.6.21.3" if KERNEL_INSTALL_V_2_6_21_3
   158     default "2.6.21.4" if KERNEL_INSTALL_V_2_6_21_4
   159     default "2.6.21.5" if KERNEL_INSTALL_V_2_6_21_5
   160     default "2.6.21.6" if KERNEL_INSTALL_V_2_6_21_6
   161     default "2.6.22" if KERNEL_INSTALL_V_2_6_22
   162 # CT_INSERT_VERSION_STRING_ABOVE
   163 # Don't remove above line!
   164 
   165 config KERNEL_LINUX_HEADERS_INSTALL_CHECK
   166     bool
   167     prompt "Check installed headers"
   168     default n
   169     help
   170       If you are in doubt that installed headers are buggy, say 'Y'
   171       here to have an extra check passed onto the headers.