summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-03-18 01:48:37 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-03-18 01:48:37 +0100
commitd8d8bcf2878cb2d0f2cbd0438e94d2d1112852a1 (patch)
treee774bfd5a1bceee4022b073207706d4d98d5d829 /kconfig
parentaa7fa76858e2195b6ef8d9f9b9236b2248b5bb6b (diff)
downloadembtoolkit-d8d8bcf2878cb2d0f2cbd0438e94d2d1112852a1.tar.gz
embtoolkit-d8d8bcf2878cb2d0f2cbd0438e94d2d1112852a1.tar.bz2
embtoolkit-d8d8bcf2878cb2d0f2cbd0438e94d2d1112852a1.tar.xz
Toolchain: linux headers: update linux-3.2.x and linux-3.0.x
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig3
-rw-r--r--kconfig/linux-kconfigs/linux-3.2.kconfig6
2 files changed, 9 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.0.kconfig b/kconfig/linux-kconfigs/linux-3.0.kconfig
index cce8e51..4221084 100644
--- a/kconfig/linux-kconfigs/linux-3.0.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.0.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v3.0.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_0_24
+ bool "linux-3.0.24"
config EMBTK_LINUX_VERSION_3_0_23
bool "linux-3.0.23"
config EMBTK_LINUX_VERSION_3_0_22
@@ -80,6 +82,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.0.24" if EMBTK_LINUX_VERSION_3_0_24
default "3.0.23" if EMBTK_LINUX_VERSION_3_0_23
default "3.0.22" if EMBTK_LINUX_VERSION_3_0_22
default "3.0.21" if EMBTK_LINUX_VERSION_3_0_21
diff --git a/kconfig/linux-kconfigs/linux-3.2.kconfig b/kconfig/linux-kconfigs/linux-3.2.kconfig
index 924ff0c..b0844c5 100644
--- a/kconfig/linux-kconfigs/linux-3.2.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.2.kconfig
@@ -28,6 +28,10 @@ choice
help
Linux v3.2.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_2_11
+ bool "linux-3.2.11"
+ config EMBTK_LINUX_VERSION_3_2_10
+ bool "linux-3.2.10"
config EMBTK_LINUX_VERSION_3_2_9
bool "linux-3.2.9"
config EMBTK_LINUX_VERSION_3_2_8
@@ -52,6 +56,8 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.2.11" if EMBTK_LINUX_VERSION_3_2_11
+ default "3.2.10" if EMBTK_LINUX_VERSION_3_2_10
default "3.2.9" if EMBTK_LINUX_VERSION_3_2_9
default "3.2.8" if EMBTK_LINUX_VERSION_3_2_8
default "3.2.7" if EMBTK_LINUX_VERSION_3_2_7