summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs/linux-2.6.32.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-07 21:36:43 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-07-07 21:36:43 +0200
commit40620b287379eecc49a1eee3e5077f916b4cab4c (patch)
tree6fab4a31a65293ad5cef756133cb5be1b96e94a1 /kconfig/linux-kconfigs/linux-2.6.32.kconfig
parentd85edf63fb70718f2cc6c06c226d44c1327f038f (diff)
downloadembtoolkit-40620b287379eecc49a1eee3e5077f916b4cab4c.tar.gz
embtoolkit-40620b287379eecc49a1eee3e5077f916b4cab4c.tar.bz2
embtoolkit-40620b287379eecc49a1eee3e5077f916b4cab4c.tar.xz
Toolchain: linux-headers: update 2.6.{27,31,32,33,34}.x to latest
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/linux-kconfigs/linux-2.6.32.kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.32.kconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.32.kconfig b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
index 8359e6a..d13ad91 100644
--- a/kconfig/linux-kconfigs/linux-2.6.32.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
@@ -1,6 +1,6 @@
################################################################################
-# GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
-# Copyright(C) 2009-2010 GAYE Abdoulaye Walsimou. All rights reserved.
+# Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# Copyright(C) 2009-2010 Abdoulaye Walsimou GAYE. All rights reserved.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -19,7 +19,7 @@
#
# \file linux-2.6.32.kconfig
# \brief linux v2.6.32.x series
-# \author GAYE Abdoulaye Walsimou, <walsimou@walsimou.com>
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
# \date December 2009
################################################################################
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.32.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_32_16
+ bool "linux-2.6.32.16"
config EMBTK_LINUX_VERSION_2_6_32_15
bool "linux-2.6.32.15"
config EMBTK_LINUX_VERSION_2_6_32_14
@@ -64,6 +66,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.32.16" if EMBTK_LINUX_VERSION_2_6_32_16
default "2.6.32.15" if EMBTK_LINUX_VERSION_2_6_32_15
default "2.6.32.14" if EMBTK_LINUX_VERSION_2_6_32_14
default "2.6.32.13" if EMBTK_LINUX_VERSION_2_6_32_13