summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-27 20:33:49 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-01-27 20:33:49 +0100
commit2932e18b17484465e223597e72109abf60d6b795 (patch)
treee547f7d53e01f448607d312cd29e4664cc57631b
parent637314363cfa0b69d567c7c77d655b51d8b84bd5 (diff)
downloadembtoolkit-2932e18b17484465e223597e72109abf60d6b795.tar.gz
embtoolkit-2932e18b17484465e223597e72109abf60d6b795.tar.bz2
embtoolkit-2932e18b17484465e223597e72109abf60d6b795.tar.xz
Toolchain:linux headers: add linux-2.6.32.6
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.32.kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.32.kconfig b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
index 29fff5a..948f623 100644
--- a/kconfig/linux-kconfigs/linux-2.6.32.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.32.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_32_6
+ bool "linux-2.6.32.6"
config EMBTK_LINUX_VERSION_2_6_32_5
bool "linux-2.6.32.5"
config EMBTK_LINUX_VERSION_2_6_32_4
@@ -44,6 +46,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.32.6" if EMBTK_LINUX_VERSION_2_6_32_6
default "2.6.32.5" if EMBTK_LINUX_VERSION_2_6_32_5
default "2.6.32.4" if EMBTK_LINUX_VERSION_2_6_32_4
default "2.6.32.3" if EMBTK_LINUX_VERSION_2_6_32_3