summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-01 17:50:21 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-05-01 17:50:21 +0200
commite1e14457755394a1a6a63efc396f1d35b8c36764 (patch)
tree6eb32d21d34bd4921bb080671eee939514c812a0 /kconfig
parentdf7a453aaf7bf9c00fc05acb662f3c73d87fd4c3 (diff)
downloadembtoolkit-e1e14457755394a1a6a63efc396f1d35b8c36764.tar.gz
embtoolkit-e1e14457755394a1a6a63efc396f1d35b8c36764.tar.bz2
embtoolkit-e1e14457755394a1a6a63efc396f1d35b8c36764.tar.xz
Toolchain: linux headers: Add linux-3.0.{25..30}
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.0.kconfig b/kconfig/linux-kconfigs/linux-3.0.kconfig
index 4221084..6b9822e 100644
--- a/kconfig/linux-kconfigs/linux-3.0.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.0.kconfig
@@ -28,6 +28,18 @@ choice
help
Linux v3.0.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_0_30
+ bool "linux-3.0.30"
+ config EMBTK_LINUX_VERSION_3_0_29
+ bool "linux-3.0.29"
+ config EMBTK_LINUX_VERSION_3_0_28
+ bool "linux-3.0.28"
+ config EMBTK_LINUX_VERSION_3_0_27
+ bool "linux-3.0.27"
+ config EMBTK_LINUX_VERSION_3_0_26
+ bool "linux-3.0.26"
+ config EMBTK_LINUX_VERSION_3_0_25
+ bool "linux-3.0.25"
config EMBTK_LINUX_VERSION_3_0_24
bool "linux-3.0.24"
config EMBTK_LINUX_VERSION_3_0_23
@@ -82,6 +94,12 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ 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
+ default "3.0.27" if EMBTK_LINUX_VERSION_3_0_27
+ default "3.0.26" if EMBTK_LINUX_VERSION_3_0_26
+ default "3.0.25" if EMBTK_LINUX_VERSION_3_0_25
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