summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-05 00:10:41 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-09-05 00:10:41 +0200
commit72665b6a3618aebfcaf069e1815a505371b2a197 (patch)
tree544f17c09b1833c34fef2a82f77a7ef489d7325a /kconfig
parent5cb488b35682743c7d17c7e295628df8bac986ee (diff)
downloadembtoolkit-72665b6a3618aebfcaf069e1815a505371b2a197.tar.gz
embtoolkit-72665b6a3618aebfcaf069e1815a505371b2a197.tar.bz2
embtoolkit-72665b6a3618aebfcaf069e1815a505371b2a197.tar.xz
linux headers: add linux-2.6.27.53
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 c25cb81..7f3b104 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_53
+ bool "linux-2.6.27.53"
config EMBTK_LINUX_VERSION_2_6_27_52
bool "linux-2.6.27.52"
config EMBTK_LINUX_VERSION_2_6_27_51
@@ -136,6 +138,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.27.53" if EMBTK_LINUX_VERSION_2_6_27_53
default "2.6.27.52" if EMBTK_LINUX_VERSION_2_6_27_52
default "2.6.27.51" if EMBTK_LINUX_VERSION_2_6_27_51
default "2.6.27.50" if EMBTK_LINUX_VERSION_2_6_27_50