summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-22 00:23:33 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-22 00:23:33 +0200
commit54b4e06a54a4c1ed1681821ed564563f59ee3608 (patch)
tree71139586a73e376934473a3a6e253b02a891f0d3 /kconfig
parent97fa2be420d69a4ee816969a139f81e148c89b8f (diff)
downloadembtoolkit-54b4e06a54a4c1ed1681821ed564563f59ee3608.tar.gz
embtoolkit-54b4e06a54a4c1ed1681821ed564563f59ee3608.tar.bz2
embtoolkit-54b4e06a54a4c1ed1681821ed564563f59ee3608.tar.xz
Toolchain: linux headers: add linux-3.0.{31,32} versions
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.0.kconfig b/kconfig/linux-kconfigs/linux-3.0.kconfig
index 6b9822e..17f24c7 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_32
+ bool "linux-3.0.32"
+ config EMBTK_LINUX_VERSION_3_0_31
+ bool "linux-3.0.31"
config EMBTK_LINUX_VERSION_3_0_30
bool "linux-3.0.30"
config EMBTK_LINUX_VERSION_3_0_29
@@ -94,6 +98,8 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ 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
default "3.0.29" if EMBTK_LINUX_VERSION_3_0_29
default "3.0.28" if EMBTK_LINUX_VERSION_3_0_28