config/kernel/linux.in.2
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Apr 28 18:57:24 2011 +0200 (2011-04-28)
changeset 2420 f5969ca41691
parent 2414 8f84a8897204
child 2446 d902cd77419f
permissions -rw-r--r--
kernel/linux: add latest versions

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@448
     1
# Linux kernel options
yann@448
     2
yann@1345
     3
choice
yann@1345
     4
    bool
yann@1345
     5
    prompt "Get kernel headers from:"
yann@1345
     6
yann@1345
     7
config KERNEL_LINUX_INSTALL
yann@1345
     8
    bool
yann@1345
     9
    prompt "kernel's 'headers_install'"
yann@1345
    10
    help
yann@1345
    11
      This will make use of the new headers_install rule in recent kernels.
yann@1345
    12
      This is most probably what you want to use.
yann@1345
    13
yann@2414
    14
config KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@2414
    15
    bool
yann@2414
    16
    prompt "pre-installed headers tree"
yann@2414
    17
    help
yann@2414
    18
      If you have some pre-installed kernel headers lying around, you can
yann@2414
    19
      enter the path to these headers, below, they will be copied from
yann@2414
    20
      there, and into the toolchain's sysroot.
yann@2414
    21
      
yann@2414
    22
      Note:
yann@2414
    23
      This will *not* let you use a complete kernel tree!
yann@2414
    24
      If you want to use your own full kernel tree, then you want to
yann@2414
    25
      say 'Y' to KERNEL_LINUX_INSTALL, above, and select KERNEL_LINUX_CUSTOM.
yann@2414
    26
yann@2414
    27
endchoice
yann@2414
    28
yann@1345
    29
if KERNEL_LINUX_INSTALL
yann@1345
    30
yann@1345
    31
choice
yann@1345
    32
    bool
yann@1345
    33
    prompt "Linux kernel version"
yann@1535
    34
# Don't remove next line
yann@1535
    35
# CT_INSERT_VERSION_BELOW
yann@1345
    36
yann@2420
    37
config KERNEL_V_2_6_38_4
yann@2420
    38
    bool
yann@2420
    39
    prompt "2.6.38.4"
yann@2420
    40
yann@2405
    41
config KERNEL_V_2_6_38_3
yann@2405
    42
    bool
yann@2405
    43
    prompt "2.6.38.3"
yann@2405
    44
yann@2370
    45
config KERNEL_V_2_6_38_2
yann@2370
    46
    bool
yann@2370
    47
    prompt "2.6.38.2"
yann@2370
    48
yann@2358
    49
config KERNEL_V_2_6_38_1
yann@2358
    50
    bool
yann@2358
    51
    prompt "2.6.38.1"
yann@2358
    52
yann@2337
    53
config KERNEL_V_2_6_38
yann@2337
    54
    bool
yann@2337
    55
    prompt "2.6.38"
yann@2337
    56
yann@2370
    57
config KERNEL_V_2_6_37_6
yann@2370
    58
    bool
yann@2370
    59
    prompt "2.6.37.6"
yann@2370
    60
yann@2310
    61
config KERNEL_V_2_6_36_4
yann@2252
    62
    bool
yann@2310
    63
    prompt "2.6.36.4"
yann@2252
    64
yann@2420
    65
config KERNEL_V_2_6_35_13
yann@2221
    66
    bool
yann@2420
    67
    prompt "2.6.35.13 (longterm)"
yann@2222
    68
    help
yann@2221
    69
      The Linux 2.6.35 tree is a "longterm" maintenance branch.
yann@2221
    70
      
yann@2221
    71
      It is intended to fill the niche for users who are not using distribution
yann@2221
    72
      kernels but want to use a regression-free kernel for a longer time.
yann@2221
    73
      
yann@2221
    74
      Critical bug fixes to later 2.6 releases are often ported to this branch
yann@2221
    75
      which makes 2.6.35 a very useful base for many embedded developers seeking
yann@2221
    76
      stable APIs or those who do not need the latest bleeding edge features.
yann@2221
    77
      
yann@2221
    78
      ... and no, this kernel has not undergone any specific QA testing.
yann@2221
    79
      
yann@2221
    80
      See the original announcement by Andi Kleen in the following mailing
yann@2221
    81
      list entry:
yann@2221
    82
        http://marc.info/?l=linux-kernel&m=129136895415202&w=4
yann@2135
    83
yann@2420
    84
config KERNEL_V_2_6_34_9
lacombar@2062
    85
    bool
yann@2420
    86
    prompt "2.6.34.9"
lacombar@2062
    87
yann@2420
    88
config KERNEL_V_2_6_33_12
lacombar@2062
    89
    bool
yann@2420
    90
    prompt "2.6.33.12"
lacombar@2062
    91
yann@2420
    92
config KERNEL_V_2_6_32_39
yann@1790
    93
    bool
yann@2420
    94
    prompt "2.6.32.39 (longterm)"
yann@2136
    95
    help
yann@2221
    96
      The Linux 2.6.32 tree is a "longterm" maintenance branch.
yann@2221
    97
      
yann@2136
    98
      It is intended to fill the niche for users who are not using distribution
yann@2136
    99
      kernels but want to use a regression-free kernel for a longer time.
yann@2136
   100
      
yann@2136
   101
      Critical bug fixes to later 2.6 releases are often ported to this branch
yann@2136
   102
      which makes 2.6.32 a very useful base for many embedded developers seeking
yann@2136
   103
      stable APIs or those who do not need the latest bleeding edge features.
yann@2136
   104
      
yann@2136
   105
      ... and no, this kernel has not undergone any specific QA testing.
yann@2136
   106
      
yann@2136
   107
      See the original announcement by Greg Kroah-Hartman in the following
yann@2136
   108
      mailing list entry:
yann@2221
   109
        http://marc.info/?l=linux-kernel&m=126384198403392&w=4
yann@1665
   110
js@2011
   111
config KERNEL_V_2_6_31_14
jocke@1702
   112
    bool
js@2011
   113
    prompt "2.6.31.14"
yann@1534
   114
yann@2310
   115
config KERNEL_V_2_6_27_58
yann@1534
   116
    bool
yann@2310
   117
    prompt "2.6.27.58 (longterm)"
jocke@1702
   118
    help
yann@2221
   119
      The Linux 2.6.27 tree is a "longterm" maintenance branch.
yann@2221
   120
      
jocke@1702
   121
      It is intended to fill the niche for users who are not using distribution
jocke@1702
   122
      kernels but want to use a regression-free kernel for a longer time.
jocke@1702
   123
      
jocke@1702
   124
      Critical bug fixes to later 2.6 releases are often ported to this branch
jocke@1702
   125
      which makes 2.6.27 a very useful base for many embedded developers seeking
jocke@1702
   126
      stable APIs or those who do not need the latest bleeding edge features.
jocke@1702
   127
      
jocke@1702
   128
      ... and no, this kernel has not undergone any specific QA testing.
jocke@1702
   129
      
jocke@1702
   130
      See the original announcement by Adrian Bunk in the following mailing list
yann@2136
   131
      entry:
yann@2221
   132
        http://marc.info/?l=linux-kernel&m=122375909403298&w=4
yann@2221
   133
      
yann@2221
   134
      It is now maintained by Greg Kroah-Hartman, see this mailing list entry:
yann@2221
   135
        http://marc.info/?l=linux-kernel&m=129133701916793&w=4
yann@1534
   136
yann@1990
   137
config KERNEL_LINUX_CUSTOM
yann@1990
   138
    bool
yann@1990
   139
    prompt "custom tarball"
yann@1990
   140
    help
yann@1990
   141
      Use a local tarball of a complete kernel source tree.
yann@1990
   142
yann@1990
   143
config KERNEL_LINUX_CUSTOM_TARBALL
yann@1990
   144
    string
yann@1990
   145
    prompt "Path to custom tarball"
yann@1990
   146
    depends on KERNEL_LINUX_CUSTOM
yann@1990
   147
    help
yann@1990
   148
      Enter here the path to the tarball of your full kernel tree.
yann@1990
   149
yann@1345
   150
endchoice
yann@1345
   151
yann@1345
   152
config KERNEL_VERSION
yann@1345
   153
    string
yann@1535
   154
# Don't remove next line
yann@1535
   155
# CT_INSERT_VERSION_STRING_BELOW
yann@2420
   156
    default "2.6.38.4" if KERNEL_V_2_6_38_4
yann@2405
   157
    default "2.6.38.3" if KERNEL_V_2_6_38_3
yann@2370
   158
    default "2.6.38.2" if KERNEL_V_2_6_38_2
yann@2358
   159
    default "2.6.38.1" if KERNEL_V_2_6_38_1
yann@2337
   160
    default "2.6.38" if KERNEL_V_2_6_38
yann@2370
   161
    default "2.6.37.6" if KERNEL_V_2_6_37_6
yann@2310
   162
    default "2.6.36.4" if KERNEL_V_2_6_36_4
yann@2420
   163
    default "2.6.35.13" if KERNEL_V_2_6_35_13
yann@2420
   164
    default "2.6.34.9" if KERNEL_V_2_6_34_9
yann@2420
   165
    default "2.6.33.12" if KERNEL_V_2_6_33_12
yann@2420
   166
    default "2.6.32.39" if KERNEL_V_2_6_32_39
js@2011
   167
    default "2.6.31.14" if KERNEL_V_2_6_31_14
yann@2310
   168
    default "2.6.27.58" if KERNEL_V_2_6_27_58
yann@1345
   169
yann@1345
   170
choice
yann@1345
   171
    bool
yann@1345
   172
    prompt "Kernel verbosity:"
yann@1345
   173
    default KERNEL_LINUX_VERBOSITY_0
yann@1345
   174
yann@1345
   175
config KERNEL_LINUX_VERBOSITY_0
yann@1345
   176
    bool
yann@1345
   177
    prompt "Simplified"
yann@1345
   178
    help
yann@1345
   179
      Print simplified command lines.
yann@1345
   180
yann@1345
   181
config KERNEL_LINUX_VERBOSITY_1
yann@1345
   182
    bool
yann@1345
   183
    prompt "Full commands"
yann@1345
   184
    help
yann@1345
   185
      Print full command lines.
yann@1345
   186
yann@1345
   187
config KERNEL_LINUX_VERBOSITY_2
yann@1345
   188
    bool
yann@1345
   189
    prompt "Exec reasons"
yann@1345
   190
    help
yann@1345
   191
      Print the reasons why a make target is rebuild.
yann@1345
   192
yann@1345
   193
endchoice
yann@1345
   194
yann@1345
   195
config KERNEL_LINUX_VERBOSE_LEVEL
yann@1345
   196
    int
yann@1345
   197
    default 0 if KERNEL_LINUX_VERBOSITY_0
yann@1345
   198
    default 1 if KERNEL_LINUX_VERBOSITY_1
yann@1345
   199
    default 2 if KERNEL_LINUX_VERBOSITY_2
yann@1345
   200
yann@1989
   201
config KERNEL_LINUX_INSTALL_CHECK
yann@1989
   202
    bool
yann@1989
   203
    prompt "Check installed headers"
yann@1989
   204
    default y
yann@1989
   205
    help
yann@1989
   206
      If you are in doubt that installed headers are buggy, say 'Y'
yann@1989
   207
      here to have an extra check passed onto the headers.
yann@1989
   208
yann@1989
   209
endif # KERNEL_LINUX_INSTALL
yann@1345
   210
yann@1345
   211
if KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@1345
   212
yann@1345
   213
config KERNEL_LINUX_CUSTOM_IS_TARBALL
yann@1345
   214
    bool
yann@1345
   215
    prompt "This is a tarball"
yann@1345
   216
    default n
yann@1345
   217
    help
yann@1345
   218
      If you say 'n' here, the path below is expected to point to a directory
yann@1345
   219
      containing readily prepared headers
yann@1345
   220
      
yann@1345
   221
      If you say 'y' here, then the path below is expected to point to a
yann@1345
   222
      tarball of such a directory.
yann@1345
   223
      
yann@1345
   224
      Eg., if your headers are available in: /foo/bar/buz/my_hdrs/include,
yann@1345
   225
      say 'n' here, and enter: /foo/bar/buz/my_hdrs below.
yann@1345
   226
      
yann@1345
   227
      Now, passing a tarball around is easier than passing a directory, so
yann@1345
   228
      if you want to, you can make a tarball of /foo/bar/buz/my_hdrs/include,
yann@1345
   229
      say 'y' here, and enter the path to this tarball below.
yann@1345
   230
yann@1345
   231
config KERNEL_LINUX_CUSTOM_PATH
yann@1345
   232
    string
yann@1345
   233
    prompt "Path to custom headers directory/tarball"
yann@1345
   234
    help
yann@1345
   235
      See KERNEL_LINUX_CUSTOM_IS_TARBALL, above.
yann@1345
   236
yann@1989
   237
endif # KERNEL_LINUX_USE_CUSTOM_HEADERS