From 09ea05701a83b3e9ec4b82db89bcc7bf17675b6e Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 3 Aug 2010 23:54:57 +0200 Subject: Toolchain: linux headers: add linux-2.6.35.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 c483df8..cf274bc 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_35_X + bool "linux-2.6.35.x" + help + Use a linux-2.6.35.x version. config EMBTK_LINUX_VERSION_2_6_34_X bool "linux-2.6.34.x" help @@ -63,6 +67,10 @@ choice Use a linux-2.6.27.x version. endchoice +if EMBTK_LINUX_VERSION_2_6_35_X +source kconfig/linux-kconfigs/linux-2.6.35.kconfig +endif + if EMBTK_LINUX_VERSION_2_6_34_X source kconfig/linux-kconfigs/linux-2.6.34.kconfig endif -- cgit v1.2.3