config/kernel/linux.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 14 16:07:03 2011 +0200 (2011-08-14)
changeset 2604 d35d7cdc0494
parent 2602 242695a00db5
child 2610 08af6f1c2a3b
permissions -rw-r--r--
kernel/linux: remove check for lzma tarballs

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
yann@448
     1
# Linux kernel options
yann@448
     2
yann@2444
     3
## select KERNEL_SUPPORTS_SHARED_LIBS
yann@2444
     4
##
yann@2444
     5
## help Build a toolchain targeting systems running Linux as a kernel.
yann@2446
     6
yann@2446
     7
config KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@2446
     8
    bool
yann@2602
     9
    prompt "Use pre-installed headers tree (OBSOLETE)"
yann@2602
    10
    depends on OBSOLETE
yann@2446
    11
    help
yann@2446
    12
      If you have some pre-installed kernel headers lying around, you can
yann@2446
    13
      enter the path to these headers, below, they will be copied from
yann@2446
    14
      there, and into the toolchain's sysroot.
yann@2446
    15
      
yann@2446
    16
      Note:
yann@2446
    17
      This will *not* let you use a complete kernel tree!
yann@2602
    18
      If you want to use your own full kernel tree, then you want to say 'N'
yann@2602
    19
      here, and select KERNEL_LINUX_CUSTOM, in the versions list, below.
yann@2446
    20
yann@2603
    21
if ! KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@2446
    22
yann@2446
    23
choice
yann@2446
    24
    bool
yann@2446
    25
    prompt "Linux kernel version"
yann@2446
    26
# Don't remove next line
yann@2446
    27
# CT_INSERT_VERSION_BELOW
yann@2446
    28
yann@2596
    29
config KERNEL_V_3_0_1
yann@2596
    30
    bool
yann@2596
    31
    prompt "3.0.1"
yann@2596
    32
yann@2568
    33
config KERNEL_V_3_0
yann@2568
    34
    bool
yann@2568
    35
    prompt "3.0"
yann@2568
    36
yann@2596
    37
config KERNEL_V_2_6_39_4
yann@2566
    38
    bool
yann@2596
    39
    prompt "2.6.39.4"
yann@2473
    40
bryanhundven@2513
    41
config KERNEL_V_2_6_38_8
yann@2473
    42
    bool
bryanhundven@2513
    43
    prompt "2.6.38.8"
yann@2446
    44
yann@2446
    45
config KERNEL_V_2_6_37_6
yann@2446
    46
    bool
yann@2446
    47
    prompt "2.6.37.6"
yann@2446
    48
yann@2446
    49
config KERNEL_V_2_6_36_4
yann@2446
    50
    bool
yann@2446
    51
    prompt "2.6.36.4"
yann@2446
    52
yann@2596
    53
config KERNEL_V_2_6_35_14
yann@2446
    54
    bool
yann@2596
    55
    prompt "2.6.35.14 (longterm)"
yann@2446
    56
    help
yann@2446
    57
      The Linux 2.6.35 tree is a "longterm" maintenance branch.
yann@2446
    58
      
yann@2446
    59
      It is intended to fill the niche for users who are not using distribution
yann@2446
    60
      kernels but want to use a regression-free kernel for a longer time.
yann@2446
    61
      
yann@2446
    62
      Critical bug fixes to later 2.6 releases are often ported to this branch
yann@2446
    63
      which makes 2.6.35 a very useful base for many embedded developers seeking
yann@2446
    64
      stable APIs or those who do not need the latest bleeding edge features.
yann@2446
    65
      
yann@2446
    66
      ... and no, this kernel has not undergone any specific QA testing.
yann@2446
    67
      
yann@2446
    68
      See the original announcement by Andi Kleen in the following mailing
yann@2446
    69
      list entry:
yann@2446
    70
        http://marc.info/?l=linux-kernel&m=129136895415202&w=4
yann@2446
    71
bryanhundven@2517
    72
config KERNEL_V_2_6_34_10
yann@2446
    73
    bool
bryanhundven@2517
    74
    prompt "2.6.34.10"
yann@2446
    75
yann@2596
    76
config KERNEL_V_2_6_33_17
yann@2446
    77
    bool
yann@2596
    78
    prompt "2.6.33.17"
yann@2596
    79
    help
yann@2596
    80
      This is primarily for the use of those people who are stuck using the
yann@2596
    81
      .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
yann@2596
    82
      is welcome to use this one as well.
yann@2446
    83
yann@2596
    84
config KERNEL_V_2_6_32_44
yann@2446
    85
    bool
yann@2596
    86
    prompt "2.6.32.44 (longterm)"
yann@2446
    87
    help
yann@2446
    88
      The Linux 2.6.32 tree is a "longterm" maintenance branch.
yann@2446
    89
      
yann@2446
    90
      It is intended to fill the niche for users who are not using distribution
yann@2446
    91
      kernels but want to use a regression-free kernel for a longer time.
yann@2446
    92
      
yann@2446
    93
      Critical bug fixes to later 2.6 releases are often ported to this branch
yann@2446
    94
      which makes 2.6.32 a very useful base for many embedded developers seeking
yann@2446
    95
      stable APIs or those who do not need the latest bleeding edge features.
yann@2446
    96
      
yann@2446
    97
      ... and no, this kernel has not undergone any specific QA testing.
yann@2446
    98
      
yann@2446
    99
      See the original announcement by Greg Kroah-Hartman in the following
yann@2446
   100
      mailing list entry:
yann@2446
   101
        http://marc.info/?l=linux-kernel&m=126384198403392&w=4
yann@2446
   102
yann@2446
   103
config KERNEL_V_2_6_31_14
yann@2446
   104
    bool
yann@2446
   105
    prompt "2.6.31.14"
yann@2446
   106
yann@2473
   107
config KERNEL_V_2_6_27_59
yann@2446
   108
    bool
yann@2473
   109
    prompt "2.6.27.59 (longterm)"
yann@2446
   110
    help
yann@2446
   111
      The Linux 2.6.27 tree is a "longterm" maintenance branch.
yann@2446
   112
      
yann@2446
   113
      It is intended to fill the niche for users who are not using distribution
yann@2446
   114
      kernels but want to use a regression-free kernel for a longer time.
yann@2446
   115
      
yann@2446
   116
      Critical bug fixes to later 2.6 releases are often ported to this branch
yann@2446
   117
      which makes 2.6.27 a very useful base for many embedded developers seeking
yann@2446
   118
      stable APIs or those who do not need the latest bleeding edge features.
yann@2446
   119
      
yann@2446
   120
      ... and no, this kernel has not undergone any specific QA testing.
yann@2446
   121
      
yann@2446
   122
      See the original announcement by Adrian Bunk in the following mailing list
yann@2446
   123
      entry:
yann@2446
   124
        http://marc.info/?l=linux-kernel&m=122375909403298&w=4
yann@2446
   125
      
yann@2446
   126
      It is now maintained by Greg Kroah-Hartman, see this mailing list entry:
yann@2446
   127
        http://marc.info/?l=linux-kernel&m=129133701916793&w=4
yann@2446
   128
yann@2446
   129
config KERNEL_LINUX_CUSTOM
yann@2446
   130
    bool
yann@2446
   131
    prompt "custom tarball"
yann@2446
   132
    help
yann@2446
   133
      Use a local tarball of a complete kernel source tree.
yann@2446
   134
yann@2446
   135
config KERNEL_LINUX_CUSTOM_TARBALL
yann@2446
   136
    string
yann@2446
   137
    prompt "Path to custom tarball"
yann@2446
   138
    depends on KERNEL_LINUX_CUSTOM
yann@2446
   139
    help
yann@2446
   140
      Enter here the path to the tarball of your full kernel tree.
yann@2446
   141
yann@2446
   142
endchoice
yann@2446
   143
yann@2446
   144
config KERNEL_VERSION
yann@2446
   145
    string
yann@2446
   146
# Don't remove next line
yann@2446
   147
# CT_INSERT_VERSION_STRING_BELOW
yann@2596
   148
    default "3.0.1" if KERNEL_V_3_0_1
yann@2568
   149
    default "3.0" if KERNEL_V_3_0
yann@2596
   150
    default "2.6.39.4" if KERNEL_V_2_6_39_4
bryanhundven@2513
   151
    default "2.6.38.8" if KERNEL_V_2_6_38_8
yann@2446
   152
    default "2.6.37.6" if KERNEL_V_2_6_37_6
yann@2446
   153
    default "2.6.36.4" if KERNEL_V_2_6_36_4
yann@2596
   154
    default "2.6.35.14" if KERNEL_V_2_6_35_14
bryanhundven@2517
   155
    default "2.6.34.10" if KERNEL_V_2_6_34_10
yann@2596
   156
    default "2.6.33.17" if KERNEL_V_2_6_33_17
yann@2596
   157
    default "2.6.32.44" if KERNEL_V_2_6_32_44
yann@2446
   158
    default "2.6.31.14" if KERNEL_V_2_6_31_14
yann@2473
   159
    default "2.6.27.59" if KERNEL_V_2_6_27_59
yann@2603
   160
    default "custom" if KERNEL_LINUX_CUSTOM
yann@2446
   161
yann@2603
   162
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@2446
   163
yann@2446
   164
if KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@2446
   165
yann@2446
   166
config KERNEL_LINUX_CUSTOM_PATH
yann@2446
   167
    string
yann@2446
   168
    prompt "Path to custom headers directory/tarball"
yann@2446
   169
    help
yann@2446
   170
      See KERNEL_LINUX_CUSTOM_IS_TARBALL, below.
yann@2446
   171
yann@2446
   172
config KERNEL_LINUX_CUSTOM_IS_TARBALL
yann@2446
   173
    bool
yann@2446
   174
    prompt "This is a tarball"
yann@2446
   175
    help
yann@2446
   176
      If you say 'n' here, the path above is expected to point to a directory
yann@2446
   177
      containing readily prepared headers
yann@2446
   178
      
yann@2446
   179
      If you say 'y' here, then the path above is expected to point to a
yann@2446
   180
      tarball of such a directory.
yann@2446
   181
      
yann@2446
   182
      Eg., if your headers are available in: /foo/bar/buz/my_hdrs/include,
yann@2446
   183
      say 'n' here, and enter: /foo/bar/buz/my_hdrs below.
yann@2446
   184
      
yann@2446
   185
      Now, passing a tarball around is easier than passing a directory, so
yann@2446
   186
      if you want to, you can make a tarball of /foo/bar/buz/my_hdrs/include,
yann@2446
   187
      say 'y' here, and enter the path to this tarball below.
yann@2446
   188
yann@2446
   189
endif # KERNEL_LINUX_USE_CUSTOM_HEADERS