summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-11-11 22:04:37 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-11-11 22:04:37 +0100
commit94636cc75e9e02e3809deac6cf175975ccc865bb (patch)
treec811783d08b85ae9bcd37a370c5a08bce7d083bc /kconfig/linux-kconfigs
parentec3f9d2c08c0db671f647da3eb7b99fbc67b120d (diff)
downloadembtoolkit-94636cc75e9e02e3809deac6cf175975ccc865bb.tar.gz
embtoolkit-94636cc75e9e02e3809deac6cf175975ccc865bb.tar.bz2
embtoolkit-94636cc75e9e02e3809deac6cf175975ccc865bb.tar.xz
Toolchain: linux headers: add linux-3.0.9
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/linux-kconfigs')
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.0.kconfig b/kconfig/linux-kconfigs/linux-3.0.kconfig
index f531232..aee5a76 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_9
+ bool "linux-3.0.9"
config EMBTK_LINUX_VERSION_3_0_8
bool "linux-3.0.8"
config EMBTK_LINUX_VERSION_3_0_7
@@ -50,6 +52,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ 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
default "3.0.6" if EMBTK_LINUX_VERSION_3_0_6