summaryrefslogtreecommitdiff
path: root/kconfig/linux.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-28 11:59:13 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-28 12:01:55 +0100
commit032dca536c4f712d8d5c1759eadb09513098c8eb (patch)
tree212c1aa7b81074abab624e08683f51ecc7ce5ff7 /kconfig/linux.kconfig
parent86f2ac702053084cfc36dddc5dda3487761e06af (diff)
downloadembtoolkit-032dca536c4f712d8d5c1759eadb09513098c8eb.tar.gz
embtoolkit-032dca536c4f712d8d5c1759eadb09513098c8eb.tar.bz2
embtoolkit-032dca536c4f712d8d5c1759eadb09513098c8eb.tar.xz
Toolchain: linux headers: add linux-3.6.x series
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/linux.kconfig')
-rw-r--r--kconfig/linux.kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/kconfig/linux.kconfig b/kconfig/linux.kconfig
index 5421b2e..0cb9cf2 100644
--- a/kconfig/linux.kconfig
+++ b/kconfig/linux.kconfig
@@ -26,9 +26,12 @@
choice
prompt "Linux series to use"
help
- Here you can choose which Linux kernel headers you
- you want to use.
+ Here you can choose which Linux kernel headers you want to use.
+ config EMBTK_LINUX_VERSION_3_6_X
+ bool "linux-3.6.x"
+ help
+ Use a linux-3.6.x version.
config EMBTK_LINUX_VERSION_3_5_X
bool "linux-3.5.x"
help
@@ -107,6 +110,10 @@ choice
Use a linux-2.6.27.x version.
endchoice
+if EMBTK_LINUX_VERSION_3_6_X
+source kconfig/linux-kconfigs/linux-3.6.kconfig
+endif
+
if EMBTK_LINUX_VERSION_3_5_X
source kconfig/linux-kconfigs/linux-3.5.kconfig
endif