From 1e8e0b08b4bc52e7b6d7d2ca385e3e8731b63776 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 26 Jun 2011 14:38:55 +0200 Subject: Toolchain: linux headers: linux-2.6.33.x: Add linux-2.6.33.{8..15} Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/linux-kconfigs/linux-2.6.33.kconfig | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'kconfig') diff --git a/kconfig/linux-kconfigs/linux-2.6.33.kconfig b/kconfig/linux-kconfigs/linux-2.6.33.kconfig index a95e534..f8088b8 100644 --- a/kconfig/linux-kconfigs/linux-2.6.33.kconfig +++ b/kconfig/linux-kconfigs/linux-2.6.33.kconfig @@ -28,6 +28,22 @@ choice help Linux v2.6.33.x series exact version to use. + config EMBTK_LINUX_VERSION_2_6_33_15 + bool "linux-2.6.33.15" + config EMBTK_LINUX_VERSION_2_6_33_14 + bool "linux-2.6.33.14" + config EMBTK_LINUX_VERSION_2_6_33_13 + bool "linux-2.6.33.13" + config EMBTK_LINUX_VERSION_2_6_33_12 + bool "linux-2.6.33.12" + config EMBTK_LINUX_VERSION_2_6_33_11 + bool "linux-2.6.33.11" + config EMBTK_LINUX_VERSION_2_6_33_10 + bool "linux-2.6.33.10" + config EMBTK_LINUX_VERSION_2_6_33_9 + bool "linux-2.6.33.9" + config EMBTK_LINUX_VERSION_2_6_33_8 + bool "linux-2.6.33.8" config EMBTK_LINUX_VERSION_2_6_33_7 bool "linux-2.6.33.7" config EMBTK_LINUX_VERSION_2_6_33_6 @@ -48,6 +64,14 @@ endchoice config EMBTK_LINUX_VERSION_STRING string + default "2.6.33.15" if EMBTK_LINUX_VERSION_2_6_33_15 + default "2.6.33.14" if EMBTK_LINUX_VERSION_2_6_33_14 + default "2.6.33.13" if EMBTK_LINUX_VERSION_2_6_33_13 + default "2.6.33.12" if EMBTK_LINUX_VERSION_2_6_33_12 + default "2.6.33.11" if EMBTK_LINUX_VERSION_2_6_33_11 + default "2.6.33.10" if EMBTK_LINUX_VERSION_2_6_33_10 + default "2.6.33.9" if EMBTK_LINUX_VERSION_2_6_33_9 + default "2.6.33.8" if EMBTK_LINUX_VERSION_2_6_33_8 default "2.6.33.7" if EMBTK_LINUX_VERSION_2_6_33_7 default "2.6.33.6" if EMBTK_LINUX_VERSION_2_6_33_6 default "2.6.33.5" if EMBTK_LINUX_VERSION_2_6_33_5 -- cgit v1.2.3