summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-19 12:53:18 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-19 12:53:18 +0100
commit16b3b9c3fd97c2fb0b7e10bdbf9caeff94623077 (patch)
tree41480b47b66063ce3f64fde1a0833f47acbc4cb7 /kconfig
parent02585168aa9ac75a04776de749679059b61a689a (diff)
downloadembtoolkit-16b3b9c3fd97c2fb0b7e10bdbf9caeff94623077.tar.gz
embtoolkit-16b3b9c3fd97c2fb0b7e10bdbf9caeff94623077.tar.bz2
embtoolkit-16b3b9c3fd97c2fb0b7e10bdbf9caeff94623077.tar.xz
Toolchain: linux-headers: add latest versions of 2.6.27.x
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.27.kconfig12
1 files changed, 9 insertions, 3 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.27.kconfig b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
index 87133ec..dfcefc9 100644
--- a/kconfig/linux-kconfigs/linux-2.6.27.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
@@ -24,12 +24,15 @@
choice
prompt "Linux v2.6.27.x series exact version to use."
- default EMBTK_LINUX_VERSION_2_6_27_20
help
Linux v2.6.27.x series exact version to use.
- config EMBTK_LINUX_VERSION_2_6_27_39
- bool "linux-2.6.27.39"
+ config EMBTK_LINUX_VERSION_2_6_27_42
+ bool "linux-2.6.27.42"
+ config EMBTK_LINUX_VERSION_2_6_27_41
+ bool "linux-2.6.27.41"
+ config EMBTK_LINUX_VERSION_2_6_27_40
+ bool "linux-2.6.27.40"
config EMBTK_LINUX_VERSION_2_6_27_38
bool "linux-2.6.27.38"
config EMBTK_LINUX_VERSION_2_6_27_37
@@ -112,6 +115,9 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.27.42" if EMBTK_LINUX_VERSION_2_6_27_42
+ default "2.6.27.41" if EMBTK_LINUX_VERSION_2_6_27_41
+ default "2.6.27.40" if EMBTK_LINUX_VERSION_2_6_27_40
default "2.6.27.39" if EMBTK_LINUX_VERSION_2_6_27_39
default "2.6.27.38" if EMBTK_LINUX_VERSION_2_6_27_38
default "2.6.27.37" if EMBTK_LINUX_VERSION_2_6_27_37