config/kernel_linux_headers_install.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Aug 30 19:49:21 2007 +0000 (2007-08-30)
changeset 347 10d6514f4f94
parent 337 f083425c84e3
child 353 3e55465915d2
permissions -rw-r--r--
For those architectures that support both endianness, some default to big endian, others default to little endian.
Make this possible in the target selection menu.
     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 # CT_INSERT_VERSION_ABOVE
    55 # Don't remove above line!
    56 endchoice
    57 
    58 config KERNEL_VERSION
    59     string
    60     default "2.6.18.8" if KERNEL_INSTALL_V_2_6_18_8
    61     default "2.6.19.7" if KERNEL_INSTALL_V_2_6_19_7
    62     default "2.6.20.15" if KERNEL_INSTALL_V_2_6_20_15
    63     default "2.6.21.7" if KERNEL_INSTALL_V_2_6_21_7
    64     default "2.6.22" if KERNEL_INSTALL_V_2_6_22
    65     default "2.6.22.1" if KERNEL_INSTALL_V_2_6_22_1
    66     default "2.6.22.2" if KERNEL_INSTALL_V_2_6_22_2
    67     default "2.6.22.3" if KERNEL_INSTALL_V_2_6_22_3
    68     default "2.6.22.4" if KERNEL_INSTALL_V_2_6_22_4
    69     default "2.6.22.5" if KERNEL_INSTALL_V_2_6_22_5
    70 # CT_INSERT_VERSION_STRING_ABOVE
    71 # Don't remove above line!
    72 
    73 config KERNEL_LINUX_HEADERS_INSTALL_CHECK
    74     bool
    75     prompt "Check installed headers"
    76     default n
    77     help
    78       If you are in doubt that installed headers are buggy, say 'Y'
    79       here to have an extra check passed onto the headers.