From afb4b3e4c985cca1ae60ed4232757f522ca2b887 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 10 Jun 2012 23:29:49 +0200 Subject: Toolchain: linux headers: add latest version for linux-3.0.x, linux-3.2.x, linux-3.3.x Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/linux-kconfigs/linux-3.0.kconfig | 6 ++++++ kconfig/linux-kconfigs/linux-3.2.kconfig | 3 +++ kconfig/linux-kconfigs/linux-3.3.kconfig | 3 +++ 3 files changed, 12 insertions(+) (limited to 'kconfig/linux-kconfigs') diff --git a/kconfig/linux-kconfigs/linux-3.0.kconfig b/kconfig/linux-kconfigs/linux-3.0.kconfig index 17f24c7..a9f9bfe 100644 --- a/kconfig/linux-kconfigs/linux-3.0.kconfig +++ b/kconfig/linux-kconfigs/linux-3.0.kconfig @@ -28,6 +28,10 @@ choice help Linux v3.0.x series exact version to use. + config EMBTK_LINUX_VERSION_3_0_34 + bool "linux-3.0.34" + config EMBTK_LINUX_VERSION_3_0_33 + bool "linux-3.0.33" config EMBTK_LINUX_VERSION_3_0_32 bool "linux-3.0.32" config EMBTK_LINUX_VERSION_3_0_31 @@ -98,6 +102,8 @@ endchoice config EMBTK_LINUX_VERSION_STRING string + default "3.0.34" if EMBTK_LINUX_VERSION_3_0_34 + default "3.0.33" if EMBTK_LINUX_VERSION_3_0_33 default "3.0.32" if EMBTK_LINUX_VERSION_3_0_32 default "3.0.31" if EMBTK_LINUX_VERSION_3_0_31 default "3.0.30" if EMBTK_LINUX_VERSION_3_0_30 diff --git a/kconfig/linux-kconfigs/linux-3.2.kconfig b/kconfig/linux-kconfigs/linux-3.2.kconfig index d4ef222..f9932cd 100644 --- a/kconfig/linux-kconfigs/linux-3.2.kconfig +++ b/kconfig/linux-kconfigs/linux-3.2.kconfig @@ -28,6 +28,8 @@ choice help Linux v3.2.x series exact version to use. + config EMBTK_LINUX_VERSION_3_2_19 + bool "linux-3.2.19" config EMBTK_LINUX_VERSION_3_2_18 bool "linux-3.2.18" config EMBTK_LINUX_VERSION_3_2_17 @@ -70,6 +72,7 @@ endchoice config EMBTK_LINUX_VERSION_STRING string + default "3.2.19" if EMBTK_LINUX_VERSION_3_2_19 default "3.2.18" if EMBTK_LINUX_VERSION_3_2_18 default "3.2.17" if EMBTK_LINUX_VERSION_3_2_17 default "3.2.16" if EMBTK_LINUX_VERSION_3_2_16 diff --git a/kconfig/linux-kconfigs/linux-3.3.kconfig b/kconfig/linux-kconfigs/linux-3.3.kconfig index e472124..c1c7f21 100644 --- a/kconfig/linux-kconfigs/linux-3.3.kconfig +++ b/kconfig/linux-kconfigs/linux-3.3.kconfig @@ -28,6 +28,8 @@ choice help Linux v3.3.x series exact version to use. + config EMBTK_LINUX_VERSION_3_3_8 + bool "linux-3.3.8" config EMBTK_LINUX_VERSION_3_3_7 bool "linux-3.3.7" config EMBTK_LINUX_VERSION_3_3_6 @@ -48,6 +50,7 @@ endchoice config EMBTK_LINUX_VERSION_STRING string + default "3.3.8" if EMBTK_LINUX_VERSION_3_3_8 default "3.3.7" if EMBTK_LINUX_VERSION_3_3_7 default "3.3.6" if EMBTK_LINUX_VERSION_3_3_6 default "3.3.5" if EMBTK_LINUX_VERSION_3_3_5 -- cgit v1.2.3