config/kernel/linux.in
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Apr 11 15:24:46 2013 +0200 (2013-04-11)
changeset 3202 9aa33c435b0b
parent 3197 2c5c23be3102
child 3211 c8e430a30696
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>
[yann.morin.1998@free.fr: added newer versions released since]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Message-Id: <435dcc4cade342ab9ee0.1365686746@advdt005-ubuntu>
Patchwork-Id: 235741
     1 # Linux kernel options
     2 
     3 ## select KERNEL_SUPPORTS_SHARED_LIBS
     4 ##
     5 ## help Build a toolchain targeting systems running Linux as a kernel.
     6 
     7 config KERNEL_LINUX_USE_CUSTOM_HEADERS
     8     bool
     9     prompt "Use pre-installed headers tree (OBSOLETE)"
    10     depends on OBSOLETE
    11     help
    12       If you have some pre-installed kernel headers lying around, you can
    13       enter the path to these headers, below, they will be copied from
    14       there, and into the toolchain's sysroot.
    15       
    16       Note:
    17       This will *not* let you use a complete kernel tree!
    18       If you want to use your own full kernel tree, then you want to say 'N'
    19       here, and select KERNEL_LINUX_CUSTOM, in the versions list, below.
    20 
    21 if ! KERNEL_LINUX_USE_CUSTOM_HEADERS
    22 
    23 choice
    24     bool
    25     prompt "Linux kernel version"
    26 # Don't remove next line
    27 # CT_INSERT_VERSION_BELOW
    28 
    29 config KERNEL_V_3_8_7
    30     bool
    31     prompt "3.8.7"
    32 
    33 config KERNEL_V_3_8_6
    34     bool
    35     prompt "3.8.6"
    36 
    37 config KERNEL_V_3_8_5
    38     bool
    39     prompt "3.8.5"
    40 
    41 config KERNEL_V_3_8_4
    42     bool
    43     prompt "3.8.4"
    44 
    45 config KERNEL_V_3_8_3
    46     bool
    47     prompt "3.8.3"
    48 
    49 config KERNEL_V_3_8_2
    50     bool
    51     prompt "3.8.2"
    52 
    53 config KERNEL_V_3_8_1
    54     bool
    55     prompt "3.8.1"
    56 
    57 config KERNEL_V_3_8
    58     bool
    59     prompt "3.8"
    60 
    61 config KERNEL_V_3_7
    62     bool
    63     prompt "3.7.10"
    64 
    65 config KERNEL_V_3_6
    66     bool
    67     prompt "3.6.11"
    68 
    69 config KERNEL_V_3_5
    70     bool
    71     prompt "3.5.7"
    72 
    73 config KERNEL_V_3_4
    74     bool
    75     prompt "3.4.40"
    76 
    77 config KERNEL_V_3_3
    78     bool
    79     prompt "3.3.8"
    80 
    81 config KERNEL_V_3_2
    82     bool
    83     prompt "3.2.43"
    84 
    85 config KERNEL_V_3_1
    86     bool
    87     prompt "3.1.10"
    88 
    89 config KERNEL_V_3_0
    90     bool
    91     prompt "3.0.73"
    92 
    93 config KERNEL_V_2_6_39
    94     bool
    95     prompt "2.6.39.4"
    96 
    97 config KERNEL_V_2_6_38
    98     bool
    99     prompt "2.6.38.8"
   100 
   101 config KERNEL_V_2_6_37
   102     bool
   103     prompt "2.6.37.6"
   104 
   105 config KERNEL_V_2_6_36
   106     bool
   107     prompt "2.6.36.4"
   108 
   109 config KERNEL_V_2_6_33
   110     bool
   111     prompt "2.6.33.20"
   112     help
   113       This is primarily for the use of those people who are stuck using the
   114       .33-rt kernel.  Anyone else who really wants to use the .33 kernel tree
   115       is welcome to use this one as well.
   116 
   117 config KERNEL_V_2_6_32
   118     bool
   119     prompt "2.6.32.60 (longterm)"
   120     help
   121       The Linux 2.6.32 tree is a "longterm" maintenance branch.
   122       
   123       It is intended to fill the niche for users who are not using distribution
   124       kernels but want to use a regression-free kernel for a longer time.
   125       
   126       Critical bug fixes to later 2.6 releases are often ported to this branch
   127       which makes 2.6.32 a very useful base for many embedded developers seeking
   128       stable APIs or those who do not need the latest bleeding edge features.
   129       
   130       ... and no, this kernel has not undergone any specific QA testing.
   131       
   132       See the original announcement by Greg Kroah-Hartman in the following
   133       mailing list entry:
   134         http://marc.info/?l=linux-kernel&m=126384198403392&w=4
   135 
   136 config KERNEL_V_2_6_31
   137     bool
   138     prompt "2.6.31.14"
   139 
   140 config KERNEL_V_2_6_27
   141     bool
   142     prompt "2.6.27.62 (longterm)"
   143     help
   144       The Linux 2.6.27 tree is a "longterm" maintenance branch.
   145       
   146       It is intended to fill the niche for users who are not using distribution
   147       kernels but want to use a regression-free kernel for a longer time.
   148       
   149       Critical bug fixes to later 2.6 releases are often ported to this branch
   150       which makes 2.6.27 a very useful base for many embedded developers seeking
   151       stable APIs or those who do not need the latest bleeding edge features.
   152       
   153       ... and no, this kernel has not undergone any specific QA testing.
   154       
   155       See the original announcement by Adrian Bunk in the following mailing list
   156       entry:
   157         http://marc.info/?l=linux-kernel&m=122375909403298&w=4
   158       
   159       It is now maintained by Greg Kroah-Hartman, see this mailing list entry:
   160         http://marc.info/?l=linux-kernel&m=129133701916793&w=4
   161 
   162 config KERNEL_LINUX_CUSTOM
   163     bool
   164     prompt "custom tarball or directory"
   165     help
   166       Use a local tarball or local kernel directory of a complete kernel source tree.
   167 
   168 config KERNEL_LINUX_CUSTOM_LOCATION
   169     string
   170     prompt "Path to custom source, tarball or directory"
   171     depends on KERNEL_LINUX_CUSTOM
   172     help
   173       Enter here the path to the tarball of your full kernel tree or
   174       kernel directory
   175 
   176 endchoice
   177 
   178 config KERNEL_VERSION
   179     string
   180 # Don't remove next line
   181 # CT_INSERT_VERSION_STRING_BELOW
   182     default "3.8.7" if KERNEL_V_3_8_7
   183     default "3.8.6" if KERNEL_V_3_8_6
   184     default "3.8.5" if KERNEL_V_3_8_5
   185     default "3.8.4" if KERNEL_V_3_8_4
   186     default "3.8.3" if KERNEL_V_3_8_3
   187     default "3.8.2" if KERNEL_V_3_8_2
   188     default "3.8.1" if KERNEL_V_3_8_1
   189     default "3.8" if KERNEL_V_3_8
   190     default "3.7.10" if KERNEL_V_3_7
   191     default "3.6.11" if KERNEL_V_3_6
   192     default "3.5.7" if KERNEL_V_3_5
   193     default "3.4.40" if KERNEL_V_3_4
   194     default "3.3.8" if KERNEL_V_3_3
   195     default "3.2.43" if KERNEL_V_3_2
   196     default "3.1.10" if KERNEL_V_3_1
   197     default "3.0.73" if KERNEL_V_3_0
   198     default "2.6.39.4" if KERNEL_V_2_6_39
   199     default "2.6.38.8" if KERNEL_V_2_6_38
   200     default "2.6.37.6" if KERNEL_V_2_6_37
   201     default "2.6.36.4" if KERNEL_V_2_6_36
   202     default "2.6.33.20" if KERNEL_V_2_6_33
   203     default "2.6.32.60" if KERNEL_V_2_6_32
   204     default "2.6.31.14" if KERNEL_V_2_6_31
   205     default "2.6.27.62" if KERNEL_V_2_6_27
   206     default "custom" if KERNEL_LINUX_CUSTOM
   207 
   208 endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS
   209 
   210 if KERNEL_LINUX_USE_CUSTOM_HEADERS
   211 
   212 config KERNEL_LINUX_CUSTOM_PATH
   213     string
   214     prompt "Path to custom headers directory/tarball"
   215     help
   216       See KERNEL_LINUX_CUSTOM_IS_TARBALL, below.
   217 
   218 config KERNEL_LINUX_CUSTOM_IS_TARBALL
   219     bool
   220     prompt "This is a tarball"
   221     help
   222       If you say 'n' here, the path above is expected to point to a directory
   223       containing readily prepared headers
   224       
   225       If you say 'y' here, then the path above is expected to point to a
   226       tarball of such a directory.
   227       
   228       Eg., if your headers are available in: /foo/bar/buz/my_hdrs/include,
   229       say 'n' here, and enter: /foo/bar/buz/my_hdrs below.
   230       
   231       Now, passing a tarball around is easier than passing a directory, so
   232       if you want to, you can make a tarball of /foo/bar/buz/my_hdrs/include,
   233       say 'y' here, and enter the path to this tarball below.
   234 
   235 endif # KERNEL_LINUX_USE_CUSTOM_HEADERS