summaryrefslogtreecommitdiff
path: root/kconfig/linux.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-08-18 15:41:56 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-08-18 15:41:56 +0200
commit99c8d3955a3d58f42bd70365d26f3f2470ee0f0c (patch)
treee0f9e23d550399f085c792c1bc98e6a1a7618ab0 /kconfig/linux.kconfig
parentba1310117b3826c72f953a7577c8c7702bafcf7c (diff)
downloadembtoolkit-99c8d3955a3d58f42bd70365d26f3f2470ee0f0c.tar.gz
embtoolkit-99c8d3955a3d58f42bd70365d26f3f2470ee0f0c.tar.bz2
embtoolkit-99c8d3955a3d58f42bd70365d26f3f2470ee0f0c.tar.xz
Toolchain: linux headers: add linux3.{4,5}.x
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/linux.kconfig')
-rw-r--r--kconfig/linux.kconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/kconfig/linux.kconfig b/kconfig/linux.kconfig
index 9d9ea22..5421b2e 100644
--- a/kconfig/linux.kconfig
+++ b/kconfig/linux.kconfig
@@ -29,6 +29,14 @@ choice
Here you can choose which Linux kernel headers you
you want to use.
+ config EMBTK_LINUX_VERSION_3_5_X
+ bool "linux-3.5.x"
+ help
+ Use a linux-3.5.x version.
+ config EMBTK_LINUX_VERSION_3_4_X
+ bool "linux-3.4.x"
+ help
+ Use a linux-3.4.x version.
config EMBTK_LINUX_VERSION_3_3_X
bool "linux-3.3.x"
help
@@ -99,6 +107,14 @@ choice
Use a linux-2.6.27.x version.
endchoice
+if EMBTK_LINUX_VERSION_3_5_X
+source kconfig/linux-kconfigs/linux-3.5.kconfig
+endif
+
+if EMBTK_LINUX_VERSION_3_4_X
+source kconfig/linux-kconfigs/linux-3.4.kconfig
+endif
+
if EMBTK_LINUX_VERSION_3_3_X
source kconfig/linux-kconfigs/linux-3.3.kconfig
endif