summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-11 17:57:09 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-11 17:57:09 +0200
commita8c7f531d65d123fae828231a5e6d41ce3c7ad4a (patch)
treec6b765c2eee04a79b3a709b5e0f0bc607f7293db /kconfig/linux-kconfigs
parent4de048910aea46d4f072f37e5060a8d463fecfaf (diff)
downloadembtoolkit-a8c7f531d65d123fae828231a5e6d41ce3c7ad4a.tar.gz
embtoolkit-a8c7f531d65d123fae828231a5e6d41ce3c7ad4a.tar.bz2
embtoolkit-a8c7f531d65d123fae828231a5e6d41ce3c7ad4a.tar.xz
Toolchain: linux headers: add linux-2.6.31.13
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig/linux-kconfigs')
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.31.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.31.kconfig b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
index c1e6bf1..0c1d3ea 100644
--- a/kconfig/linux-kconfigs/linux-2.6.31.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
@@ -27,6 +27,8 @@ choice
help
Linux v2.6.31.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_31_13
+ bool "linux-2.6.31.13"
config EMBTK_LINUX_VERSION_2_6_31_12
bool "linux-2.6.31.12"
config EMBTK_LINUX_VERSION_2_6_31_11
@@ -57,6 +59,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.31.13" if EMBTK_LINUX_VERSION_2_6_31_13
default "2.6.31.12" if EMBTK_LINUX_VERSION_2_6_31_12
default "2.6.31.11" if EMBTK_LINUX_VERSION_2_6_31_11
default "2.6.31.10" if EMBTK_LINUX_VERSION_2_6_31_10