summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-05 16:27:47 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-05 16:27:47 +0100
commit6b808d43afc77193e7712ec5fc333916c1744b54 (patch)
treee93b19a669a42ade9f36692259abea28b4c6ab41
parent3c4f91a59db330595919efecf54aade16e3b6f23 (diff)
downloadembtoolkit-6b808d43afc77193e7712ec5fc333916c1744b54.tar.gz
embtoolkit-6b808d43afc77193e7712ec5fc333916c1744b54.tar.bz2
embtoolkit-6b808d43afc77193e7712ec5fc333916c1744b54.tar.xz
Toolchain: linux headers: add linux-3.0.10 to linux-3.0.19
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig30
1 files changed, 30 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.0.kconfig b/kconfig/linux-kconfigs/linux-3.0.kconfig
index aee5a76..b649ba6 100644
--- a/kconfig/linux-kconfigs/linux-3.0.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.0.kconfig
@@ -28,6 +28,26 @@ choice
help
Linux v3.0.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_0_19
+ bool "linux-3.0.19"
+ config EMBTK_LINUX_VERSION_3_0_18
+ bool "linux-3.0.18"
+ config EMBTK_LINUX_VERSION_3_0_17
+ bool "linux-3.0.17"
+ config EMBTK_LINUX_VERSION_3_0_16
+ bool "linux-3.0.16"
+ config EMBTK_LINUX_VERSION_3_0_15
+ bool "linux-3.0.15"
+ config EMBTK_LINUX_VERSION_3_0_14
+ bool "linux-3.0.14"
+ config EMBTK_LINUX_VERSION_3_0_13
+ bool "linux-3.0.13"
+ config EMBTK_LINUX_VERSION_3_0_12
+ bool "linux-3.0.12"
+ config EMBTK_LINUX_VERSION_3_0_11
+ bool "linux-3.0.11"
+ config EMBTK_LINUX_VERSION_3_0_10
+ bool "linux-3.0.10"
config EMBTK_LINUX_VERSION_3_0_9
bool "linux-3.0.9"
config EMBTK_LINUX_VERSION_3_0_8
@@ -52,6 +72,16 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.0.19" if EMBTK_LINUX_VERSION_3_0_19
+ default "3.0.18" if EMBTK_LINUX_VERSION_3_0_18
+ default "3.0.17" if EMBTK_LINUX_VERSION_3_0_17
+ default "3.0.16" if EMBTK_LINUX_VERSION_3_0_16
+ default "3.0.15" if EMBTK_LINUX_VERSION_3_0_15
+ default "3.0.14" if EMBTK_LINUX_VERSION_3_0_14
+ default "3.0.13" if EMBTK_LINUX_VERSION_3_0_13
+ default "3.0.12" if EMBTK_LINUX_VERSION_3_0_12
+ default "3.0.11" if EMBTK_LINUX_VERSION_3_0_11
+ default "3.0.10" if EMBTK_LINUX_VERSION_3_0_10
default "3.0.9" if EMBTK_LINUX_VERSION_3_0_9
default "3.0.8" if EMBTK_LINUX_VERSION_3_0_8
default "3.0.7" if EMBTK_LINUX_VERSION_3_0_7