config/kernel/linux.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Aug 31 19:02:45 2010 +0200 (2010-08-31)
changeset 2104 975294cdc8f5
parent 2063 57d5da4e4d25
child 2105 0d4a72f421a0
permissions -rw-r--r--
kernel/linux: remove old versions

Remove those versions whose series does no longer appear on the
front page of kernel.org

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@1345
     1
# Linux kernel options
yann@1345
     2
yann@448
     3
# Linux kernel options
yann@448
     4
yann@861
     5
config KERNEL_linux
yann@1500
     6
    select KERNEL_SUPPORTS_SHARED_LIBS
yann@861
     7
    help
yann@861
     8
      Build a toolchain targeting systems running Linux as a kernel.
yann@861
     9
yann@1345
    10
choice
yann@1345
    11
    bool
yann@1345
    12
    prompt "Get kernel headers from:"
yann@1345
    13
yann@1345
    14
config KERNEL_LINUX_INSTALL
yann@1345
    15
    bool
yann@1345
    16
    prompt "kernel's 'headers_install'"
yann@1345
    17
    help
yann@1345
    18
      This will make use of the new headers_install rule in recent kernels.
yann@1345
    19
      This is most probably what you want to use.
yann@1345
    20
yann@1345
    21
if KERNEL_LINUX_INSTALL
yann@1345
    22
yann@1345
    23
choice
yann@1345
    24
    bool
yann@1345
    25
    prompt "Linux kernel version"
yann@1535
    26
# Don't remove next line
yann@1535
    27
# CT_INSERT_VERSION_BELOW
yann@1345
    28
lacombar@2062
    29
config KERNEL_V_2_6_35
lacombar@2062
    30
    bool
lacombar@2062
    31
    prompt "2.6.35"
lacombar@2062
    32
lacombar@2062
    33
config KERNEL_V_2_6_34_2
lacombar@2062
    34
    bool
lacombar@2062
    35
    prompt "2.6.34.2"
lacombar@2062
    36
lacombar@2062
    37
config KERNEL_V_2_6_33_7
lacombar@2062
    38
    bool
lacombar@2062
    39
    prompt "2.6.33.7"
lacombar@2062
    40
lacombar@2062
    41
config KERNEL_V_2_6_32_17
yann@1790
    42
    bool
lacombar@2062
    43
    prompt "2.6.32.17"
yann@1665
    44
js@2011
    45
config KERNEL_V_2_6_31_14
jocke@1702
    46
    bool
js@2011
    47
    prompt "2.6.31.14"
yann@1534
    48
lacombar@2062
    49
config KERNEL_V_2_6_27_49
yann@1534
    50
    bool
lacombar@2062
    51
    prompt "2.6.27.49 (long-term stable)"
jocke@1702
    52
    help
jocke@1702
    53
      The Linux 2.6.27 tree is the current "long-term stable" maintenance branch.
jocke@1702
    54
      It is intended to fill the niche for users who are not using distribution
jocke@1702
    55
      kernels but want to use a regression-free kernel for a longer time.
jocke@1702
    56
      
jocke@1702
    57
      Critical bug fixes to later 2.6 releases are often ported to this branch
jocke@1702
    58
      which makes 2.6.27 a very useful base for many embedded developers seeking
jocke@1702
    59
      stable APIs or those who do not need the latest bleeding edge features.
jocke@1702
    60
      
jocke@1702
    61
      ... and no, this kernel has not undergone any specific QA testing.
jocke@1702
    62
      
jocke@1702
    63
      See the original announcement by Adrian Bunk in the following mailing list
jocke@1702
    64
      entry: http://marc.info/?l=linux-kernel&m=122375909403298&w=2
yann@1534
    65
yann@1990
    66
config KERNEL_LINUX_CUSTOM
yann@1990
    67
    bool
yann@1990
    68
    prompt "custom tarball"
yann@1990
    69
    help
yann@1990
    70
      Use a local tarball of a complete kernel source tree.
yann@1990
    71
yann@1990
    72
config KERNEL_LINUX_CUSTOM_TARBALL
yann@1990
    73
    string
yann@1990
    74
    prompt "Path to custom tarball"
yann@1990
    75
    depends on KERNEL_LINUX_CUSTOM
yann@1990
    76
    help
yann@1990
    77
      Enter here the path to the tarball of your full kernel tree.
yann@1990
    78
yann@1345
    79
endchoice
yann@1345
    80
yann@1345
    81
config KERNEL_VERSION
yann@1345
    82
    string
yann@1535
    83
# Don't remove next line
yann@1535
    84
# CT_INSERT_VERSION_STRING_BELOW
lacombar@2062
    85
    default "2.6.35" if KERNEL_V_2_6_35
lacombar@2062
    86
    default "2.6.34.2" if KERNEL_V_2_6_34_2
lacombar@2062
    87
    default "2.6.33.7" if KERNEL_V_2_6_33_7
lacombar@2062
    88
    default "2.6.32.17" if KERNEL_V_2_6_32_17
js@2011
    89
    default "2.6.31.14" if KERNEL_V_2_6_31_14
lacombar@2062
    90
    default "2.6.27.49" if KERNEL_V_2_6_27_49
yann@1345
    91
yann@1345
    92
choice
yann@1345
    93
    bool
yann@1345
    94
    prompt "Kernel verbosity:"
yann@1345
    95
    default KERNEL_LINUX_VERBOSITY_0
yann@1345
    96
yann@1345
    97
config KERNEL_LINUX_VERBOSITY_0
yann@1345
    98
    bool
yann@1345
    99
    prompt "Simplified"
yann@1345
   100
    help
yann@1345
   101
      Print simplified command lines.
yann@1345
   102
yann@1345
   103
config KERNEL_LINUX_VERBOSITY_1
yann@1345
   104
    bool
yann@1345
   105
    prompt "Full commands"
yann@1345
   106
    help
yann@1345
   107
      Print full command lines.
yann@1345
   108
yann@1345
   109
config KERNEL_LINUX_VERBOSITY_2
yann@1345
   110
    bool
yann@1345
   111
    prompt "Exec reasons"
yann@1345
   112
    help
yann@1345
   113
      Print the reasons why a make target is rebuild.
yann@1345
   114
yann@1345
   115
endchoice
yann@1345
   116
yann@1345
   117
config KERNEL_LINUX_VERBOSE_LEVEL
yann@1345
   118
    int
yann@1345
   119
    default 0 if KERNEL_LINUX_VERBOSITY_0
yann@1345
   120
    default 1 if KERNEL_LINUX_VERBOSITY_1
yann@1345
   121
    default 2 if KERNEL_LINUX_VERBOSITY_2
yann@1345
   122
yann@1989
   123
config KERNEL_LINUX_INSTALL_CHECK
yann@1989
   124
    bool
yann@1989
   125
    prompt "Check installed headers"
yann@1989
   126
    default y
yann@1989
   127
    help
yann@1989
   128
      If you are in doubt that installed headers are buggy, say 'Y'
yann@1989
   129
      here to have an extra check passed onto the headers.
yann@1989
   130
yann@1989
   131
endif # KERNEL_LINUX_INSTALL
yann@1345
   132
yann@1345
   133
config KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@1345
   134
    bool
yann@1990
   135
    prompt "pre-installed headers tree"
yann@1345
   136
    help
yann@1990
   137
      If you have some pre-installed kernel headers lying around, you can
yann@1990
   138
      enter the path to these headers, below, they will be copied from
yann@1990
   139
      there, and into the toolchain's sysroot.
yann@1990
   140
      
yann@1990
   141
      Note:
yann@1990
   142
      This will *not* let you use a complete kernel tree!
yann@1990
   143
      If you want to use your own full kernel tree, then you want to
yann@1990
   144
      say 'Y' to KERNEL_LINUX_INSTALL, above, and select KERNEL_LINUX_CUSTOM.
yann@1345
   145
yann@1345
   146
if KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@1345
   147
yann@1345
   148
config KERNEL_LINUX_CUSTOM_IS_TARBALL
yann@1345
   149
    bool
yann@1345
   150
    prompt "This is a tarball"
yann@1345
   151
    default n
yann@1345
   152
    help
yann@1345
   153
      If you say 'n' here, the path below is expected to point to a directory
yann@1345
   154
      containing readily prepared headers
yann@1345
   155
      
yann@1345
   156
      If you say 'y' here, then the path below is expected to point to a
yann@1345
   157
      tarball of such a directory.
yann@1345
   158
      
yann@1345
   159
      Eg., if your headers are available in: /foo/bar/buz/my_hdrs/include,
yann@1345
   160
      say 'n' here, and enter: /foo/bar/buz/my_hdrs below.
yann@1345
   161
      
yann@1345
   162
      Now, passing a tarball around is easier than passing a directory, so
yann@1345
   163
      if you want to, you can make a tarball of /foo/bar/buz/my_hdrs/include,
yann@1345
   164
      say 'y' here, and enter the path to this tarball below.
yann@1345
   165
yann@1345
   166
config KERNEL_LINUX_CUSTOM_PATH
yann@1345
   167
    string
yann@1345
   168
    prompt "Path to custom headers directory/tarball"
yann@1345
   169
    help
yann@1345
   170
      See KERNEL_LINUX_CUSTOM_IS_TARBALL, above.
yann@1345
   171
yann@1989
   172
endif # KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@1345
   173
yann@1345
   174
endchoice