From c62de9618da6937b2bd921e149a4f4c92e8239bf Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 1 Nov 2010 14:39:15 +0100 Subject: Toolchain: linux headers: add linux-2.6.36.x series Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/linux.kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'kconfig/linux.kconfig') 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 -- cgit v1.2.3