2007-02-24 11:00:05 +00:00
|
|
|
# Linux kernel options
|
|
|
|
|
2011-05-08 17:02:44 +00:00
|
|
|
## select KERNEL_SUPPORTS_SHARED_LIBS
|
|
|
|
##
|
|
|
|
## help Build a toolchain targeting systems running Linux as a kernel.
|
2011-05-09 17:26:54 +00:00
|
|
|
|
|
|
|
config KERNEL_LINUX_USE_CUSTOM_HEADERS
|
|
|
|
bool
|
2011-08-14 14:05:33 +00:00
|
|
|
prompt "Use pre-installed headers tree (OBSOLETE)"
|
|
|
|
depends on OBSOLETE
|
2011-05-09 17:26:54 +00:00
|
|
|
help
|
|
|
|
If you have some pre-installed kernel headers lying around, you can
|
|
|
|
enter the path to these headers, below, they will be copied from
|
|
|
|
there, and into the toolchain's sysroot.
|
|
|
|
|
|
|
|
Note:
|
|
|
|
This will *not* let you use a complete kernel tree!
|
2011-08-14 14:05:33 +00:00
|
|
|
If you want to use your own full kernel tree, then you want to say 'N'
|
|
|
|
here, and select KERNEL_LINUX_CUSTOM, in the versions list, below.
|
2011-05-09 17:26:54 +00:00
|
|
|
|
2011-08-14 17:59:02 +00:00
|
|
|
if ! KERNEL_LINUX_USE_CUSTOM_HEADERS
|
2011-05-09 17:26:54 +00:00
|
|
|
|
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "Linux kernel version"
|
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
|
|
|
|
2014-06-14 19:10:06 +00:00
|
|
|
config KERNEL_V_3_15
|
|
|
|
bool
|
|
|
|
prompt "3.15"
|
|
|
|
|
|
|
|
config KERNEL_V_3_14
|
|
|
|
bool
|
|
|
|
prompt "3.14.5"
|
|
|
|
|
2014-02-21 06:17:33 +00:00
|
|
|
config KERNEL_V_3_13
|
|
|
|
bool
|
|
|
|
prompt "3.13.11"
|
|
|
|
|
2013-11-16 17:14:45 +00:00
|
|
|
config KERNEL_V_3_12
|
2013-10-06 22:03:19 +00:00
|
|
|
bool
|
2014-06-14 19:10:06 +00:00
|
|
|
prompt "3.12.21"
|
2013-10-06 22:03:19 +00:00
|
|
|
|
|
|
|
config KERNEL_V_3_11
|
|
|
|
bool
|
2014-02-21 06:17:33 +00:00
|
|
|
prompt "3.11.10"
|
2013-10-06 22:03:19 +00:00
|
|
|
|
2013-07-24 21:03:48 +00:00
|
|
|
config KERNEL_V_3_10
|
|
|
|
bool
|
2014-06-14 19:10:06 +00:00
|
|
|
prompt "3.10.43 (longterm)"
|
2013-07-24 21:03:48 +00:00
|
|
|
|
2013-05-06 09:44:28 +00:00
|
|
|
config KERNEL_V_3_9
|
2013-04-11 13:24:46 +00:00
|
|
|
bool
|
2013-07-24 21:03:48 +00:00
|
|
|
prompt "3.9.11"
|
2013-03-14 21:03:33 +00:00
|
|
|
|
2013-02-19 12:07:09 +00:00
|
|
|
config KERNEL_V_3_8
|
2013-01-18 14:15:13 +00:00
|
|
|
bool
|
2014-06-14 19:10:06 +00:00
|
|
|
prompt "3.8.13"
|
2013-01-06 23:58:13 +00:00
|
|
|
|
2012-12-11 11:54:05 +00:00
|
|
|
config KERNEL_V_3_7
|
2012-11-15 19:51:31 +00:00
|
|
|
bool
|
2013-03-14 21:03:33 +00:00
|
|
|
prompt "3.7.10"
|
2012-11-15 19:51:31 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_3_6
|
2012-11-15 19:51:31 +00:00
|
|
|
bool
|
2013-01-06 23:58:13 +00:00
|
|
|
prompt "3.6.11"
|
2012-09-21 14:26:10 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_3_5
|
2012-08-20 18:29:48 +00:00
|
|
|
bool
|
2014-06-14 19:10:06 +00:00
|
|
|
prompt "3.5.7"
|
2012-08-20 18:29:48 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_3_4
|
2012-08-20 18:29:48 +00:00
|
|
|
bool
|
2014-06-14 19:10:06 +00:00
|
|
|
prompt "3.4.93 (longterm)"
|
2012-04-16 12:57:02 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_3_3
|
2012-04-16 12:57:02 +00:00
|
|
|
bool
|
2012-06-11 19:50:11 +00:00
|
|
|
prompt "3.3.8"
|
2012-04-16 12:57:02 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_3_2
|
2012-04-16 12:57:02 +00:00
|
|
|
bool
|
2014-06-14 19:10:06 +00:00
|
|
|
prompt "3.2.60"
|
2011-12-30 13:16:49 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_3_1
|
2011-12-11 22:14:57 +00:00
|
|
|
bool
|
2012-01-28 15:50:45 +00:00
|
|
|
prompt "3.1.10"
|
2011-12-11 22:14:57 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_3_0
|
2011-12-11 22:14:57 +00:00
|
|
|
bool
|
2013-11-16 17:14:45 +00:00
|
|
|
prompt "3.0.101"
|
2011-05-09 17:26:54 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_2_6_39
|
2011-05-09 17:26:54 +00:00
|
|
|
bool
|
2011-08-08 19:21:38 +00:00
|
|
|
prompt "2.6.39.4"
|
2011-05-09 17:26:54 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_2_6_38
|
2011-05-09 17:26:54 +00:00
|
|
|
bool
|
2011-06-22 04:01:20 +00:00
|
|
|
prompt "2.6.38.8"
|
2011-05-09 17:26:54 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_2_6_37
|
2011-05-09 17:26:54 +00:00
|
|
|
bool
|
|
|
|
prompt "2.6.37.6"
|
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_2_6_36
|
2011-05-09 17:26:54 +00:00
|
|
|
bool
|
|
|
|
prompt "2.6.36.4"
|
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_2_6_33
|
2011-05-09 17:26:54 +00:00
|
|
|
bool
|
2011-11-13 11:38:58 +00:00
|
|
|
prompt "2.6.33.20"
|
2011-08-08 19:21:38 +00:00
|
|
|
help
|
|
|
|
This is primarily for the use of those people who are stuck using the
|
|
|
|
.33-rt kernel. Anyone else who really wants to use the .33 kernel tree
|
|
|
|
is welcome to use this one as well.
|
2011-05-09 17:26:54 +00:00
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_2_6_32
|
2011-05-09 17:26:54 +00:00
|
|
|
bool
|
2013-07-24 21:03:48 +00:00
|
|
|
prompt "2.6.32.61 (longterm)"
|
2011-05-09 17:26:54 +00:00
|
|
|
help
|
|
|
|
The Linux 2.6.32 tree is a "longterm" maintenance branch.
|
|
|
|
|
|
|
|
It is intended to fill the niche for users who are not using distribution
|
|
|
|
kernels but want to use a regression-free kernel for a longer time.
|
|
|
|
|
|
|
|
Critical bug fixes to later 2.6 releases are often ported to this branch
|
|
|
|
which makes 2.6.32 a very useful base for many embedded developers seeking
|
|
|
|
stable APIs or those who do not need the latest bleeding edge features.
|
|
|
|
|
|
|
|
... and no, this kernel has not undergone any specific QA testing.
|
|
|
|
|
|
|
|
See the original announcement by Greg Kroah-Hartman in the following
|
|
|
|
mailing list entry:
|
|
|
|
http://marc.info/?l=linux-kernel&m=126384198403392&w=4
|
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_2_6_31
|
2011-05-09 17:26:54 +00:00
|
|
|
bool
|
|
|
|
prompt "2.6.31.14"
|
|
|
|
|
2013-01-24 21:37:31 +00:00
|
|
|
config KERNEL_V_2_6_27
|
2011-05-09 17:26:54 +00:00
|
|
|
bool
|
2012-03-20 17:44:44 +00:00
|
|
|
prompt "2.6.27.62 (longterm)"
|
2011-05-09 17:26:54 +00:00
|
|
|
help
|
|
|
|
The Linux 2.6.27 tree is a "longterm" maintenance branch.
|
|
|
|
|
|
|
|
It is intended to fill the niche for users who are not using distribution
|
|
|
|
kernels but want to use a regression-free kernel for a longer time.
|
|
|
|
|
|
|
|
Critical bug fixes to later 2.6 releases are often ported to this branch
|
|
|
|
which makes 2.6.27 a very useful base for many embedded developers seeking
|
|
|
|
stable APIs or those who do not need the latest bleeding edge features.
|
|
|
|
|
|
|
|
... and no, this kernel has not undergone any specific QA testing.
|
|
|
|
|
|
|
|
See the original announcement by Adrian Bunk in the following mailing list
|
|
|
|
entry:
|
|
|
|
http://marc.info/?l=linux-kernel&m=122375909403298&w=4
|
|
|
|
|
|
|
|
It is now maintained by Greg Kroah-Hartman, see this mailing list entry:
|
|
|
|
http://marc.info/?l=linux-kernel&m=129133701916793&w=4
|
|
|
|
|
|
|
|
config KERNEL_LINUX_CUSTOM
|
|
|
|
bool
|
2011-09-22 20:49:38 +00:00
|
|
|
prompt "custom tarball or directory"
|
2011-05-09 17:26:54 +00:00
|
|
|
help
|
2011-09-22 20:49:38 +00:00
|
|
|
Use a local tarball or local kernel directory of a complete kernel source tree.
|
2011-05-09 17:26:54 +00:00
|
|
|
|
2011-09-22 20:49:38 +00:00
|
|
|
config KERNEL_LINUX_CUSTOM_LOCATION
|
2011-05-09 17:26:54 +00:00
|
|
|
string
|
2011-09-22 20:49:38 +00:00
|
|
|
prompt "Path to custom source, tarball or directory"
|
2011-05-09 17:26:54 +00:00
|
|
|
depends on KERNEL_LINUX_CUSTOM
|
|
|
|
help
|
2011-09-22 20:49:38 +00:00
|
|
|
Enter here the path to the tarball of your full kernel tree or
|
|
|
|
kernel directory
|
2011-05-09 17:26:54 +00:00
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
|
|
|
config KERNEL_VERSION
|
|
|
|
string
|
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2014-06-14 19:10:06 +00:00
|
|
|
default "3.15" if KERNEL_V_3_15
|
|
|
|
default "3.14.7" if KERNEL_V_3_14
|
2014-02-21 06:17:33 +00:00
|
|
|
default "3.13.11" if KERNEL_V_3_13
|
2014-06-14 19:10:06 +00:00
|
|
|
default "3.12.22" if KERNEL_V_3_12
|
2014-02-21 06:17:33 +00:00
|
|
|
default "3.11.10" if KERNEL_V_3_11
|
2014-06-14 19:10:06 +00:00
|
|
|
default "3.10.43" if KERNEL_V_3_10
|
2013-07-24 21:03:48 +00:00
|
|
|
default "3.9.11" if KERNEL_V_3_9
|
2014-06-14 19:10:06 +00:00
|
|
|
default "3.8.13" if KERNEL_V_3_8
|
2013-03-14 21:03:33 +00:00
|
|
|
default "3.7.10" if KERNEL_V_3_7
|
2013-01-24 21:37:31 +00:00
|
|
|
default "3.6.11" if KERNEL_V_3_6
|
2014-06-14 19:10:06 +00:00
|
|
|
default "3.5.7" if KERNEL_V_3_5
|
|
|
|
default "3.4.93" if KERNEL_V_3_4
|
2013-01-24 21:37:31 +00:00
|
|
|
default "3.3.8" if KERNEL_V_3_3
|
2014-06-14 19:10:06 +00:00
|
|
|
default "3.2.60" if KERNEL_V_3_2
|
2013-01-24 21:37:31 +00:00
|
|
|
default "3.1.10" if KERNEL_V_3_1
|
2013-11-16 17:14:45 +00:00
|
|
|
default "3.0.101" if KERNEL_V_3_0
|
2013-01-24 21:37:31 +00:00
|
|
|
default "2.6.39.4" if KERNEL_V_2_6_39
|
|
|
|
default "2.6.38.8" if KERNEL_V_2_6_38
|
|
|
|
default "2.6.37.6" if KERNEL_V_2_6_37
|
|
|
|
default "2.6.36.4" if KERNEL_V_2_6_36
|
|
|
|
default "2.6.33.20" if KERNEL_V_2_6_33
|
2013-07-24 21:03:48 +00:00
|
|
|
default "2.6.32.61" if KERNEL_V_2_6_32
|
2013-01-24 21:37:31 +00:00
|
|
|
default "2.6.31.14" if KERNEL_V_2_6_31
|
|
|
|
default "2.6.27.62" if KERNEL_V_2_6_27
|
2011-08-14 17:59:02 +00:00
|
|
|
default "custom" if KERNEL_LINUX_CUSTOM
|
2011-05-09 17:26:54 +00:00
|
|
|
|
2011-08-14 17:59:02 +00:00
|
|
|
endif # ! KERNEL_LINUX_USE_CUSTOM_HEADERS
|
2011-05-09 17:26:54 +00:00
|
|
|
|
|
|
|
if KERNEL_LINUX_USE_CUSTOM_HEADERS
|
|
|
|
|
|
|
|
config KERNEL_LINUX_CUSTOM_PATH
|
|
|
|
string
|
|
|
|
prompt "Path to custom headers directory/tarball"
|
|
|
|
help
|
|
|
|
See KERNEL_LINUX_CUSTOM_IS_TARBALL, below.
|
|
|
|
|
|
|
|
config KERNEL_LINUX_CUSTOM_IS_TARBALL
|
|
|
|
bool
|
|
|
|
prompt "This is a tarball"
|
|
|
|
help
|
|
|
|
If you say 'n' here, the path above is expected to point to a directory
|
|
|
|
containing readily prepared headers
|
|
|
|
|
|
|
|
If you say 'y' here, then the path above is expected to point to a
|
|
|
|
tarball of such a directory.
|
|
|
|
|
|
|
|
Eg., if your headers are available in: /foo/bar/buz/my_hdrs/include,
|
|
|
|
say 'n' here, and enter: /foo/bar/buz/my_hdrs below.
|
|
|
|
|
|
|
|
Now, passing a tarball around is easier than passing a directory, so
|
|
|
|
if you want to, you can make a tarball of /foo/bar/buz/my_hdrs/include,
|
|
|
|
say 'y' here, and enter the path to this tarball below.
|
|
|
|
|
|
|
|
endif # KERNEL_LINUX_USE_CUSTOM_HEADERS
|