summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs/linux-3.0.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-10-29 14:04:11 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-10-29 14:04:11 +0200
commit2f61c269386da3d08360afa95baff92cb694ce71 (patch)
tree090233d74ac91cd68e1cdce72f3cca850f51f45d /kconfig/linux-kconfigs/linux-3.0.kconfig
parent0646477e0ae982956388aabdd8b3bbb338a73b90 (diff)
downloadembtoolkit-2f61c269386da3d08360afa95baff92cb694ce71.tar.gz
embtoolkit-2f61c269386da3d08360afa95baff92cb694ce71.tar.bz2
embtoolkit-2f61c269386da3d08360afa95baff92cb694ce71.tar.xz
Toolchain: linux: add linux-3.0.{5,6,7,8}
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/linux-kconfigs/linux-3.0.kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig12
1 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 8b920e4..f531232 100644
--- a/kconfig/linux-kconfigs/linux-3.0.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.0.kconfig
@@ -28,6 +28,14 @@ choice
help
Linux v3.0.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_0_8
+ bool "linux-3.0.8"
+ config EMBTK_LINUX_VERSION_3_0_7
+ bool "linux-3.0.7"
+ config EMBTK_LINUX_VERSION_3_0_6
+ bool "linux-3.0.6"
+ config EMBTK_LINUX_VERSION_3_0_5
+ bool "linux-3.0.5"
config EMBTK_LINUX_VERSION_3_0_4
bool "linux-3.0.4"
config EMBTK_LINUX_VERSION_3_0_3
@@ -42,6 +50,10 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ 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
+ default "3.0.5" if EMBTK_LINUX_VERSION_3_0_5
default "3.0.4" if EMBTK_LINUX_VERSION_3_0_4
default "3.0.3" if EMBTK_LINUX_VERSION_3_0_3
default "3.0.2" if EMBTK_LINUX_VERSION_3_0_2