summaryrefslogtreecommitdiff
path: root/core/kconfig/linux.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-20 20:30:53 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-20 20:30:53 +0100
commit7cd5e0db428ff24b5ad3fed89b9b4f77ee957d0b (patch)
tree09a86ea3680729ba33c9aaa9ef17f03690c43e45 /core/kconfig/linux.kconfig
parentdfa2b76e11026123c47ac960ae1f251cc19a270b (diff)
downloadembtoolkit-7cd5e0db428ff24b5ad3fed89b9b4f77ee957d0b.tar.gz
embtoolkit-7cd5e0db428ff24b5ad3fed89b9b4f77ee957d0b.tar.bz2
embtoolkit-7cd5e0db428ff24b5ad3fed89b9b4f77ee957d0b.tar.xz
Toolchain: linux headers: remove support of kernels older than v2.6.32
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/kconfig/linux.kconfig')
-rw-r--r--core/kconfig/linux.kconfig40
1 files changed, 0 insertions, 40 deletions
diff --git a/core/kconfig/linux.kconfig b/core/kconfig/linux.kconfig
index e2b6947..8f6e687 100644
--- a/core/kconfig/linux.kconfig
+++ b/core/kconfig/linux.kconfig
@@ -116,26 +116,6 @@ choice
bool "linux-2.6.32.x"
help
Use a linux-2.6.32.x version.
- config EMBTK_LINUX_VERSION_2_6_31_X
- bool "linux-2.6.31.x"
- help
- Use a linux-2.6.31.x version.
- config EMBTK_LINUX_VERSION_2_6_30_X
- bool "linux-2.6.30.x"
- help
- Use a linux-2.6.30.x version.
- config EMBTK_LINUX_VERSION_2_6_29_X
- bool "linux-2.6.29.x"
- help
- Use a linux-2.6.29.x version.
- config EMBTK_LINUX_VERSION_2_6_28_X
- bool "linux-2.6.28.x"
- help
- Use a linux-2.6.28.x version.
- config EMBTK_LINUX_VERSION_2_6_27_X
- bool "linux-2.6.27.x"
- help
- Use a linux-2.6.27.x version.
endchoice
if EMBTK_LINUX_VERSION_3_13_X
@@ -226,26 +206,6 @@ if EMBTK_LINUX_VERSION_2_6_32_X
source core/kconfig/linux-kconfigs/linux-2.6.32.kconfig
endif
-if EMBTK_LINUX_VERSION_2_6_31_X
-source core/kconfig/linux-kconfigs/linux-2.6.31.kconfig
-endif
-
-if EMBTK_LINUX_VERSION_2_6_30_X
-source core/kconfig/linux-kconfigs/linux-2.6.30.kconfig
-endif
-
-if EMBTK_LINUX_VERSION_2_6_29_X
-source core/kconfig/linux-kconfigs/linux-2.6.29.kconfig
-endif
-
-if EMBTK_LINUX_VERSION_2_6_28_X
-source core/kconfig/linux-kconfigs/linux-2.6.28.kconfig
-endif
-
-if EMBTK_LINUX_VERSION_2_6_27_X
-source core/kconfig/linux-kconfigs/linux-2.6.27.kconfig
-endif
-
config EMBTK_LINUX_HAVE_MIRROR
bool "Use a linux mirror"
help