summaryrefslogtreecommitdiff
path: root/kconfig/linux.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-01 14:39:15 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-01 14:39:15 +0100
commitc62de9618da6937b2bd921e149a4f4c92e8239bf (patch)
treefb2360f8b75461285eb9f6eb9ca278c9782126fb /kconfig/linux.kconfig
parentb63760f48f8f0101e6e240a90a7eed5e8fb28065 (diff)
downloadembtoolkit-c62de9618da6937b2bd921e149a4f4c92e8239bf.tar.gz
embtoolkit-c62de9618da6937b2bd921e149a4f4c92e8239bf.tar.bz2
embtoolkit-c62de9618da6937b2bd921e149a4f4c92e8239bf.tar.xz
Toolchain: linux headers: add linux-2.6.36.x series
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/linux.kconfig')
-rw-r--r--kconfig/linux.kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/kconfig/linux.kconfig b/kconfig/linux.kconfig
index de5b7cc..f47810d 100644
--- a/kconfig/linux.kconfig
+++ b/kconfig/linux.kconfig
@@ -29,6 +29,10 @@ choice
Here you can choose which Linux kernel headers you
you want to use.
+ config EMBTK_LINUX_VERSION_2_6_36_X
+ bool "linux-2.6.36.x"
+ help
+ Use a linux-2.6.36.x version.
config EMBTK_LINUX_VERSION_2_6_35_X
bool "linux-2.6.35.x"
help
@@ -67,6 +71,10 @@ choice
Use a linux-2.6.27.x version.
endchoice
+if EMBTK_LINUX_VERSION_2_6_36_X
+source kconfig/linux-kconfigs/linux-2.6.36.kconfig
+endif
+
if EMBTK_LINUX_VERSION_2_6_35_X
source kconfig/linux-kconfigs/linux-2.6.35.kconfig
endif