summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-11 17:55:39 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-04-11 17:55:39 +0200
commit4de048910aea46d4f072f37e5060a8d463fecfaf (patch)
tree90a3cf6d5143b401283e84333f052810780a5028 /kconfig/linux-kconfigs
parent23fe572fbf3733afc56dcab007fdc5237fcd183f (diff)
downloadembtoolkit-4de048910aea46d4f072f37e5060a8d463fecfaf.tar.gz
embtoolkit-4de048910aea46d4f072f37e5060a8d463fecfaf.tar.bz2
embtoolkit-4de048910aea46d4f072f37e5060a8d463fecfaf.tar.xz
Toolchain: linux headers: add linux-2.6.27.46
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig/linux-kconfigs')
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.27.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.27.kconfig b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
index 80efc6d..d8acd59 100644
--- a/kconfig/linux-kconfigs/linux-2.6.27.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
@@ -27,6 +27,8 @@ choice
help
Linux v2.6.27.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_27_46
+ bool "linux-2.6.27.46"
config EMBTK_LINUX_VERSION_2_6_27_45
bool "linux-2.6.27.45"
config EMBTK_LINUX_VERSION_2_6_27_44
@@ -121,6 +123,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.27.46" if EMBTK_LINUX_VERSION_2_6_27_46
default "2.6.27.45" if EMBTK_LINUX_VERSION_2_6_27_45
default "2.6.27.44" if EMBTK_LINUX_VERSION_2_6_27_44
default "2.6.27.43" if EMBTK_LINUX_VERSION_2_6_27_43