2007-02-24 11:00:05 +00:00
|
|
|
# Linux kernel options
|
|
|
|
|
2015-06-21 20:49:10 -03:00
|
|
|
## depends on ! ARCH_avr
|
2011-05-08 19:02:44 +02:00
|
|
|
## select KERNEL_SUPPORTS_SHARED_LIBS
|
|
|
|
##
|
|
|
|
## help Build a toolchain targeting systems running Linux as a kernel.
|
2011-05-09 19:26:54 +02:00
|
|
|
|
2015-11-26 05:07:37 -08:00
|
|
|
config KERNEL_LINUX_CUSTOM
|
|
|
|
bool
|
|
|
|
prompt "custom tarball or directory"
|
|
|
|
help
|
|
|
|
The choosen linux version shall be not downloaded. Instead use
|
|
|
|
a custom location to get the source.
|
|
|
|
|
|
|
|
if KERNEL_LINUX_CUSTOM
|
|
|
|
|
|
|
|
config KERNEL_LINUX_CUSTOM_LOCATION
|
|
|
|
string
|
|
|
|
prompt "Path to custom source, tarball or directory"
|
|
|
|
help
|
|
|
|
Enter the path to the directory or tarball of your source for linux.
|
|
|
|
|
|
|
|
If the path is a tarball, it should extract to: <name>-<version>/
|
|
|
|
where the name is this component, linux, and the version is set
|
|
|
|
below in the custom version string.
|
|
|
|
|
|
|
|
config KERNEL_LINUX_CUSTOM_VERSION
|
|
|
|
string
|
|
|
|
prompt "Custom Linux version"
|
|
|
|
help
|
|
|
|
Enter the version number for your custom linux.
|
|
|
|
|
|
|
|
config KERNEL_VERSION
|
|
|
|
string
|
|
|
|
default KERNEL_LINUX_CUSTOM_VERSION
|
|
|
|
|
|
|
|
endif # KERNEL_LINUX_CUSTOM
|
|
|
|
|
|
|
|
if ! KERNEL_LINUX_CUSTOM
|
|
|
|
|
2017-02-09 13:54:50 -08:00
|
|
|
# GLIBC and kernel are special when it comes to obsoletion. Users
|
|
|
|
# of crosstool-ng depend on the ability to build new toolchains matching
|
|
|
|
# the kernel/libc versions of a particular target system, and LTS releases
|
|
|
|
# are still using quite ancient versions. Please do not retire versions
|
|
|
|
# (including versions in between) until the EOL dates indicated below.
|
2011-05-09 19:26:54 +02:00
|
|
|
choice
|
|
|
|
bool
|
|
|
|
prompt "Linux kernel version"
|
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_BELOW
|
|
|
|
|
2017-03-03 16:58:39 -08:00
|
|
|
config KERNEL_V_4_10
|
|
|
|
bool
|
|
|
|
prompt "4.10.1"
|
|
|
|
|
2017-01-22 15:51:31 -08:00
|
|
|
config KERNEL_V_4_9
|
|
|
|
bool
|
2017-03-03 16:58:39 -08:00
|
|
|
prompt "4.9.13"
|
2017-01-22 15:51:31 -08:00
|
|
|
|
2016-11-18 13:33:52 -08:00
|
|
|
config KERNEL_V_4_8
|
|
|
|
bool
|
2017-01-22 15:50:18 -08:00
|
|
|
prompt "4.8.17 (EOL)"
|
2016-11-18 13:33:52 -08:00
|
|
|
depends on OBSOLETE
|
2015-11-14 18:35:40 -08:00
|
|
|
|
2017-02-07 15:06:22 -08:00
|
|
|
config KERNEL_V_4_7
|
|
|
|
bool
|
|
|
|
prompt "4.7.10 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_4_6
|
|
|
|
bool
|
|
|
|
prompt "4.6.7 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_4_5
|
|
|
|
bool
|
|
|
|
prompt "4.5.7 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
2017-02-09 13:54:50 -08:00
|
|
|
# EOL 04/2021 [Ubuntu16.04]
|
2016-11-18 13:33:52 -08:00
|
|
|
config KERNEL_V_4_4
|
2015-04-26 17:40:35 -07:00
|
|
|
bool
|
2017-03-03 16:58:39 -08:00
|
|
|
prompt "4.4.52"
|
2015-04-26 17:40:35 -07:00
|
|
|
|
2017-02-07 15:06:22 -08:00
|
|
|
config KERNEL_V_4_3
|
|
|
|
bool
|
|
|
|
prompt "4.3.6 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_4_2
|
|
|
|
bool
|
|
|
|
prompt "4.2.8 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
2015-09-01 18:30:39 -07:00
|
|
|
config KERNEL_V_4_1
|
2015-03-15 13:36:36 +01:00
|
|
|
bool
|
2017-01-22 15:50:18 -08:00
|
|
|
prompt "4.1.38"
|
2015-03-15 13:36:36 +01:00
|
|
|
|
2017-02-07 15:06:22 -08:00
|
|
|
config KERNEL_V_4_0
|
|
|
|
bool
|
|
|
|
prompt "4.0.9 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_3_19
|
|
|
|
bool
|
|
|
|
prompt "3.19.8 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
2015-01-10 13:29:38 +01:00
|
|
|
config KERNEL_V_3_18
|
|
|
|
bool
|
2017-03-03 16:58:39 -08:00
|
|
|
prompt "3.18.48 (EOL)"
|
2017-02-07 15:06:22 -08:00
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_3_17
|
|
|
|
bool
|
|
|
|
prompt "3.17.8 (EOL)"
|
|
|
|
depends on OBSOLETE
|
2014-06-14 12:10:06 -07:00
|
|
|
|
2016-11-18 13:33:52 -08:00
|
|
|
config KERNEL_V_3_16
|
2014-06-14 12:10:06 -07:00
|
|
|
bool
|
2017-03-03 16:58:39 -08:00
|
|
|
prompt "3.16.41"
|
2014-02-21 07:17:33 +01:00
|
|
|
|
2017-02-07 15:06:22 -08:00
|
|
|
config KERNEL_V_3_15
|
|
|
|
bool
|
|
|
|
prompt "3.15.10 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_3_14
|
|
|
|
bool
|
|
|
|
prompt "3.14.79 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
2017-02-09 13:54:50 -08:00
|
|
|
# EOL 04/2019 [Ubuntu14.04]
|
2017-02-07 15:06:22 -08:00
|
|
|
config KERNEL_V_3_13
|
|
|
|
bool
|
|
|
|
prompt "3.13.11 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
2013-11-16 18:14:45 +01:00
|
|
|
config KERNEL_V_3_12
|
2013-10-07 00:03:19 +02:00
|
|
|
bool
|
2017-02-05 16:10:53 -08:00
|
|
|
prompt "3.12.70"
|
2013-10-07 00:03:19 +02:00
|
|
|
|
2017-02-07 15:06:22 -08:00
|
|
|
config KERNEL_V_3_11
|
|
|
|
bool
|
|
|
|
prompt "3.11.10 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
2017-02-09 13:54:50 -08:00
|
|
|
# EOL 06/2024 [CentOS7.x]
|
2013-07-24 23:03:48 +02:00
|
|
|
config KERNEL_V_3_10
|
|
|
|
bool
|
2017-03-03 16:58:39 -08:00
|
|
|
prompt "3.10.105"
|
2012-08-20 20:29:48 +02:00
|
|
|
|
2017-02-07 15:06:22 -08:00
|
|
|
config KERNEL_V_3_9
|
|
|
|
bool
|
|
|
|
prompt "3.9.11 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_3_8
|
|
|
|
bool
|
|
|
|
prompt "3.8.13 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_3_7
|
|
|
|
bool
|
|
|
|
prompt "3.7.10 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_3_6
|
|
|
|
bool
|
|
|
|
prompt "3.6.11 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_3_5
|
|
|
|
bool
|
|
|
|
prompt "3.5.7 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
2013-01-24 22:37:31 +01:00
|
|
|
config KERNEL_V_3_4
|
2012-08-20 20:29:48 +02:00
|
|
|
bool
|
2016-11-18 13:33:52 -08:00
|
|
|
prompt "3.4.113"
|
2012-04-16 14:57:02 +02:00
|
|
|
|
2017-02-07 15:06:22 -08:00
|
|
|
config KERNEL_V_3_3
|
|
|
|
bool
|
|
|
|
prompt "3.3.8 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
2017-02-09 13:54:50 -08:00
|
|
|
# EOL 04/2017 [Ubuntu12.04]
|
2013-01-24 22:37:31 +01:00
|
|
|
config KERNEL_V_3_2
|
2012-04-16 14:57:02 +02:00
|
|
|
bool
|
2017-03-03 16:58:39 -08:00
|
|
|
prompt "3.2.86"
|
2011-05-09 19:26:54 +02:00
|
|
|
|
2017-02-07 15:06:22 -08:00
|
|
|
config KERNEL_V_3_1
|
|
|
|
bool
|
|
|
|
prompt "3.1.10 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_3_0
|
|
|
|
bool
|
|
|
|
prompt "3.0.101 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_2_6_39
|
|
|
|
bool
|
|
|
|
prompt "2.6.39.4 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_2_6_38
|
|
|
|
bool
|
|
|
|
prompt "2.6.38.8 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_2_6_37
|
|
|
|
bool
|
|
|
|
prompt "2.6.37.6 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_2_6_36
|
|
|
|
bool
|
|
|
|
prompt "2.6.36.4 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_2_6_35
|
|
|
|
bool
|
|
|
|
prompt "2.6.35.9 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_2_6_34
|
|
|
|
bool
|
|
|
|
prompt "2.6.34.7 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
|
|
|
config KERNEL_V_2_6_33
|
|
|
|
bool
|
|
|
|
prompt "2.6.33.7 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
2017-02-09 13:54:50 -08:00
|
|
|
# EOL 11/2020 [CentOS6.x]
|
2017-02-07 15:06:22 -08:00
|
|
|
config KERNEL_V_2_6_32
|
|
|
|
bool
|
|
|
|
prompt "2.6.32.27 (EOL)"
|
|
|
|
depends on OBSOLETE
|
|
|
|
|
2011-05-09 19:26:54 +02:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config KERNEL_VERSION
|
|
|
|
string
|
|
|
|
# Don't remove next line
|
|
|
|
# CT_INSERT_VERSION_STRING_BELOW
|
2017-03-03 16:58:39 -08:00
|
|
|
default "4.10.1" if KERNEL_V_4_10
|
|
|
|
default "4.9.13" if KERNEL_V_4_9
|
2017-01-22 15:50:18 -08:00
|
|
|
default "4.8.17" if KERNEL_V_4_8
|
2017-02-07 15:06:22 -08:00
|
|
|
default "4.7.10" if KERNEL_V_4_7
|
|
|
|
default "4.6.7" if KERNEL_V_4_6
|
|
|
|
default "4.5.7" if KERNEL_V_4_5
|
2017-03-03 16:58:39 -08:00
|
|
|
default "4.4.52" if KERNEL_V_4_4
|
2017-02-07 15:06:22 -08:00
|
|
|
default "4.3.6" if KERNEL_V_4_3
|
|
|
|
default "4.2.8" if KERNEL_V_4_2
|
2017-01-22 15:50:18 -08:00
|
|
|
default "4.1.38" if KERNEL_V_4_1
|
2017-02-07 15:06:22 -08:00
|
|
|
default "4.0.9" if KERNEL_V_4_0
|
|
|
|
default "3.19.8" if KERNEL_V_3_19
|
2017-03-03 16:58:39 -08:00
|
|
|
default "3.18.48" if KERNEL_V_3_18
|
2017-02-07 15:06:22 -08:00
|
|
|
default "3.17.8" if KERNEL_V_3_17
|
2017-03-03 16:58:39 -08:00
|
|
|
default "3.16.41" if KERNEL_V_3_16
|
2017-02-07 15:06:22 -08:00
|
|
|
default "3.15.10" if KERNEL_V_3_15
|
|
|
|
default "3.14.79" if KERNEL_V_3_14
|
|
|
|
default "3.13.11" if KERNEL_V_3_13
|
2017-02-05 16:10:53 -08:00
|
|
|
default "3.12.70" if KERNEL_V_3_12
|
2017-02-07 15:06:22 -08:00
|
|
|
default "3.11.10" if KERNEL_V_3_11
|
2017-03-03 16:58:39 -08:00
|
|
|
default "3.10.105" if KERNEL_V_3_10
|
2017-02-07 15:06:22 -08:00
|
|
|
default "3.9.11" if KERNEL_V_3_9
|
|
|
|
default "3.8.13" if KERNEL_V_3_8
|
|
|
|
default "3.7.10" if KERNEL_V_3_7
|
|
|
|
default "3.6.11" if KERNEL_V_3_6
|
|
|
|
default "3.5.7" if KERNEL_V_3_5
|
2016-11-18 13:33:52 -08:00
|
|
|
default "3.4.113" if KERNEL_V_3_4
|
2017-02-07 15:06:22 -08:00
|
|
|
default "3.3.8" if KERNEL_V_3_3
|
2017-03-03 16:58:39 -08:00
|
|
|
default "3.2.86" if KERNEL_V_3_2
|
2017-02-07 15:06:22 -08:00
|
|
|
default "3.1.10" if KERNEL_V_3_1
|
|
|
|
default "3.0.101" if KERNEL_V_3_0
|
|
|
|
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.35.9" if KERNEL_V_2_6_35
|
|
|
|
default "2.6.34.7" if KERNEL_V_2_6_34
|
|
|
|
default "2.6.33.7" if KERNEL_V_2_6_33
|
|
|
|
default "2.6.32.27" if KERNEL_V_2_6_32
|
2015-11-26 05:07:37 -08:00
|
|
|
|
|
|
|
endif # ! KERNEL_LINUX_CUSTOM
|