summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-06-10 23:29:49 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-06-10 23:29:49 +0200
commitafb4b3e4c985cca1ae60ed4232757f522ca2b887 (patch)
tree1d2de6470213111144875edf0d235554fb62138c /kconfig
parenta5da8b6bef1cb5543b9aa1e75dccd8306a0bd963 (diff)
downloadembtoolkit-afb4b3e4c985cca1ae60ed4232757f522ca2b887.tar.gz
embtoolkit-afb4b3e4c985cca1ae60ed4232757f522ca2b887.tar.bz2
embtoolkit-afb4b3e4c985cca1ae60ed4232757f522ca2b887.tar.xz
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 <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig6
-rw-r--r--kconfig/linux-kconfigs/linux-3.2.kconfig3
-rw-r--r--kconfig/linux-kconfigs/linux-3.3.kconfig3
3 files changed, 12 insertions, 0 deletions
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