summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-06 15:12:36 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-08-06 15:12:36 +0200
commit774188c13a516c89cf807f944b45026971f7c4ac (patch)
tree5f185fa882f234398277102275b0efc13f0f800e /kconfig
parent0b26120b7e2bb32a0d031c807fbdafa9e5bcde49 (diff)
downloadembtoolkit-774188c13a516c89cf807f944b45026971f7c4ac.tar.gz
embtoolkit-774188c13a516c89cf807f944b45026971f7c4ac.tar.bz2
embtoolkit-774188c13a516c89cf807f944b45026971f7c4ac.tar.xz
Toolchain: linux headers: add linux-2.6.27.49
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-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 e79b04a..bab6d8f 100644
--- a/kconfig/linux-kconfigs/linux-2.6.27.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.27.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.27.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_27_49
+ bool "linux-2.6.27.49"
config EMBTK_LINUX_VERSION_2_6_27_48
bool "linux-2.6.27.48"
config EMBTK_LINUX_VERSION_2_6_27_47
@@ -128,6 +130,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.27.49" if EMBTK_LINUX_VERSION_2_6_27_49
default "2.6.27.48" if EMBTK_LINUX_VERSION_2_6_27_48
default "2.6.27.47" if EMBTK_LINUX_VERSION_2_6_27_47
default "2.6.27.46" if EMBTK_LINUX_VERSION_2_6_27_46