config/kernel/linux.in
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Fri Sep 21 16:26:10 2012 +0200 (2012-09-21)
changeset 3056 df33992f9614
parent 3038 d3cc9bc005c8
child 3069 0680e81009be
permissions -rw-r--r--
kernel/linux: update revisions

Update Linux with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <f87414d1b7f0d5d417b7.1348237635@advdt005-ubuntu>
PatchWork-ID: 185747
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
benoit@3056
    29
config KERNEL_V_3_5_4
benoit@3056
    30
    bool
benoit@3056
    31
    prompt "3.5.4"
benoit@3056
    32
benoit@3056
    33
config KERNEL_V_3_5_3
benoit@3056
    34
    bool
benoit@3056
    35
    prompt "3.5.3"
benoit@3056
    36
benoit@3038
    37
config KERNEL_V_3_5_2
benoit@3038
    38
    bool
benoit@3038
    39
    prompt "3.5.2"
benoit@3038
    40
benoit@3038
    41
config KERNEL_V_3_5_1
benoit@3038
    42
    bool
benoit@3038
    43
    prompt "3.5.1"
benoit@3038
    44
benoit@3017
    45
config KERNEL_V_3_5
benoit@2996
    46
    bool
benoit@3017
    47
    prompt "3.5"
benoit@2996
    48
benoit@3056
    49
config KERNEL_V_3_4_11
yann@2993
    50
    bool
benoit@3056
    51
    prompt "3.4.11"
benoit@2940
    52
yann@2993
    53
config KERNEL_V_3_3_8
benoit@2940
    54
    bool
yann@2993
    55
    prompt "3.3.8"
benoit@2940
    56
benoit@3056
    57
config KERNEL_V_3_2_30
benoit@2940
    58
    bool
benoit@3056
    59
    prompt "3.2.30"
yann@2812
    60
yann@2852
    61
config KERNEL_V_3_1_10
yann@2799
    62
    bool
yann@2852
    63
    prompt "3.1.10"
yann@2799
    64
benoit@3056
    65
config KERNEL_V_3_0_43
yann@2799
    66
    bool
benoit@3056
    67
    prompt "3.0.43"
yann@2568
    68
yann@2596
    69
config KERNEL_V_2_6_39_4
yann@2566
    70
    bool
yann@2596
    71
    prompt "2.6.39.4"
yann@2473
    72
bryanhundven@2513
    73
config KERNEL_V_2_6_38_8
yann@2473
    74
    bool
bryanhundven@2513
    75
    prompt "2.6.38.8"
yann@2446
    76
yann@2446
    77
config KERNEL_V_2_6_37_6
yann@2446
    78
    bool
yann@2446
    79
    prompt "2.6.37.6"
yann@2446
    80
yann@2446
    81
config KERNEL_V_2_6_36_4
yann@2446
    82
    bool
yann@2446
    83
    prompt "2.6.36.4"
yann@2446
    84
yann@2741
    85
config KERNEL_V_2_6_33_20
yann@2446
    86
    bool
yann@2741
    87
    prompt "2.6.33.20"
yann@2596
    88
    help
yann@2596
    89
      This is primarily for the use of those people who are stuck using the
yann@2596
    90
      .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
yann@2596
    91
      is welcome to use this one as well.
yann@2446
    92
yann@2921
    93
config KERNEL_V_2_6_32_59
yann@2446
    94
    bool
yann@2921
    95
    prompt "2.6.32.59 (longterm)"
yann@2446
    96
    help
yann@2446
    97
      The Linux 2.6.32 tree is a "longterm" maintenance branch.
yann@2446
    98
      
yann@2446
    99
      It is intended to fill the niche for users who are not using distribution
yann@2446
   100
      kernels but want to use a regression-free kernel for a longer time.
yann@2446
   101
      
yann@2446
   102
      Critical bug fixes to later 2.6 releases are often ported to this branch
yann@2446
   103
      which makes 2.6.32 a very useful base for many embedded developers seeking
yann@2446
   104
      stable APIs or those who do not need the latest bleeding edge features.
yann@2446
   105
      
yann@2446
   106
      ... and no, this kernel has not undergone any specific QA testing.
yann@2446
   107
      
yann@2446
   108
      See the original announcement by Greg Kroah-Hartman in the following
yann@2446
   109
      mailing list entry:
yann@2446
   110
        http://marc.info/?l=linux-kernel&m=126384198403392&w=4
yann@2446
   111
yann@2446
   112
config KERNEL_V_2_6_31_14
yann@2446
   113
    bool
yann@2446
   114
    prompt "2.6.31.14"
yann@2446
   115
yann@2921
   116
config KERNEL_V_2_6_27_62
yann@2446
   117
    bool
yann@2921
   118
    prompt "2.6.27.62 (longterm)"
yann@2446
   119
    help
yann@2446
   120
      The Linux 2.6.27 tree is a "longterm" maintenance branch.
yann@2446
   121
      
yann@2446
   122
      It is intended to fill the niche for users who are not using distribution
yann@2446
   123
      kernels but want to use a regression-free kernel for a longer time.
yann@2446
   124
      
yann@2446
   125
      Critical bug fixes to later 2.6 releases are often ported to this branch
yann@2446
   126
      which makes 2.6.27 a very useful base for many embedded developers seeking
yann@2446
   127
      stable APIs or those who do not need the latest bleeding edge features.
yann@2446
   128
      
yann@2446
   129
      ... and no, this kernel has not undergone any specific QA testing.
yann@2446
   130
      
yann@2446
   131
      See the original announcement by Adrian Bunk in the following mailing list
yann@2446
   132
      entry:
yann@2446
   133
        http://marc.info/?l=linux-kernel&m=122375909403298&w=4
yann@2446
   134
      
yann@2446
   135
      It is now maintained by Greg Kroah-Hartman, see this mailing list entry:
yann@2446
   136
        http://marc.info/?l=linux-kernel&m=129133701916793&w=4
yann@2446
   137
yann@2446
   138
config KERNEL_LINUX_CUSTOM
yann@2446
   139
    bool
sinseman44@2680
   140
    prompt "custom tarball or directory"
yann@2446
   141
    help
sinseman44@2680
   142
      Use a local tarball or local kernel directory of a complete kernel source tree.
yann@2446
   143
sinseman44@2680
   144
config KERNEL_LINUX_CUSTOM_LOCATION
yann@2446
   145
    string
sinseman44@2680
   146
    prompt "Path to custom source, tarball or directory"
yann@2446
   147
    depends on KERNEL_LINUX_CUSTOM
yann@2446
   148
    help
sinseman44@2680
   149
      Enter here the path to the tarball of your full kernel tree or
sinseman44@2680
   150
      kernel directory
yann@2446
   151
yann@2446
   152
endchoice
yann@2446
   153
yann@2446
   154
config KERNEL_VERSION
yann@2446
   155
    string
yann@2446
   156
# Don't remove next line
yann@2446
   157
# CT_INSERT_VERSION_STRING_BELOW
benoit@3056
   158
    default "3.5.4" if KERNEL_V_3_5_4
benoit@3056
   159
    default "3.5.3" if KERNEL_V_3_5_3
benoit@3038
   160
    default "3.5.2" if KERNEL_V_3_5_2
benoit@3038
   161
    default "3.5.1" if KERNEL_V_3_5_1
benoit@3017
   162
    default "3.5" if KERNEL_V_3_5
benoit@3056
   163
    default "3.4.11" if KERNEL_V_3_4_11
yann@2993
   164
    default "3.3.8" if KERNEL_V_3_3_8
benoit@3056
   165
    default "3.2.30" if KERNEL_V_3_2_30
yann@2852
   166
    default "3.1.10" if KERNEL_V_3_1_10
benoit@3056
   167
    default "3.0.43" if KERNEL_V_3_0_43
yann@2596
   168
    default "2.6.39.4" if KERNEL_V_2_6_39_4
bryanhundven@2513
   169
    default "2.6.38.8" if KERNEL_V_2_6_38_8
yann@2446
   170
    default "2.6.37.6" if KERNEL_V_2_6_37_6
yann@2446
   171
    default "2.6.36.4" if KERNEL_V_2_6_36_4
yann@2741
   172
    default "2.6.33.20" if KERNEL_V_2_6_33_20
yann@2921
   173
    default "2.6.32.59" if KERNEL_V_2_6_32_59
yann@2446
   174
    default "2.6.31.14" if KERNEL_V_2_6_31_14
yann@2921
   175
    default "2.6.27.62" if KERNEL_V_2_6_27_62
yann@2603
   176
    default "custom" if KERNEL_LINUX_CUSTOM
yann@2446
   177
yann@2603
   178
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@2446
   179
yann@2446
   180
if KERNEL_LINUX_USE_CUSTOM_HEADERS
yann@2446
   181
yann@2446
   182
config KERNEL_LINUX_CUSTOM_PATH
yann@2446
   183
    string
yann@2446
   184
    prompt "Path to custom headers directory/tarball"
yann@2446
   185
    help
yann@2446
   186
      See KERNEL_LINUX_CUSTOM_IS_TARBALL, below.
yann@2446
   187
yann@2446
   188
config KERNEL_LINUX_CUSTOM_IS_TARBALL
yann@2446
   189
    bool
yann@2446
   190
    prompt "This is a tarball"
yann@2446
   191
    help
yann@2446
   192
      If you say 'n' here, the path above is expected to point to a directory
yann@2446
   193
      containing readily prepared headers
yann@2446
   194
      
yann@2446
   195
      If you say 'y' here, then the path above is expected to point to a
yann@2446
   196
      tarball of such a directory.
yann@2446
   197
      
yann@2446
   198
      Eg., if your headers are available in: /foo/bar/buz/my_hdrs/include,
yann@2446
   199
      say 'n' here, and enter: /foo/bar/buz/my_hdrs below.
yann@2446
   200
      
yann@2446
   201
      Now, passing a tarball around is easier than passing a directory, so
yann@2446
   202
      if you want to, you can make a tarball of /foo/bar/buz/my_hdrs/include,
yann@2446
   203
      say 'y' here, and enter the path to this tarball below.
yann@2446
   204
yann@2446
   205
endif # KERNEL_LINUX_USE_CUSTOM_HEADERS