From b4a811c8507f9a61cb3c3bfb54aaf73a80e241d1 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 30 Jul 2011 09:29:26 +0200 Subject: Toolchain: linux headers: Add linux-3.0.x Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/linux.kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kconfig/linux.kconfig b/kconfig/linux.kconfig index 52f1b6a..e62dfd7 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_3_0_X + bool "linux-3.0.x" + help + Use a linux-3.0.x version. config EMBTK_LINUX_VERSION_2_6_39_X bool "linux-2.6.39.x" help @@ -83,6 +87,10 @@ choice Use a linux-2.6.27.x version. endchoice +if EMBTK_LINUX_VERSION_3_0_X +source kconfig/linux-kconfigs/linux-3.0.kconfig +endif + if EMBTK_LINUX_VERSION_2_6_39_X source kconfig/linux-kconfigs/linux-2.6.39.kconfig endif -- cgit v1.2.3