summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs/linux-2.6.32.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-19 10:23:47 +0100
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-12-19 10:23:47 +0100
commit02585168aa9ac75a04776de749679059b61a689a (patch)
tree56990de22b2801220d5578069a3d101c3a32203c /kconfig/linux-kconfigs/linux-2.6.32.kconfig
parent8fe73d76f51b0b5a9d7c28a0e866d5da6dff1e21 (diff)
downloadembtoolkit-02585168aa9ac75a04776de749679059b61a689a.tar.gz
embtoolkit-02585168aa9ac75a04776de749679059b61a689a.tar.bz2
embtoolkit-02585168aa9ac75a04776de749679059b61a689a.tar.xz
Toolchain: linux headers: add new 2.6.32.x and 2.6.31.x versions
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'kconfig/linux-kconfigs/linux-2.6.32.kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.32.kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.32.kconfig b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
index aafa14f..0fd0fd2 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_2
+ bool "linux-2.6.32.2"
config EMBTK_LINUX_VERSION_2_6_32_1
bool "linux-2.6.32.1"
config EMBTK_LINUX_VERSION_2_6_32
@@ -36,6 +38,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
- default "2.6.32" if EMBTK_LINUX_VERSION_2_6_32
+ default "2.6.32.2" if EMBTK_LINUX_VERSION_2_6_32_2
default "2.6.32.1" if EMBTK_LINUX_VERSION_2_6_32_1
+ default "2.6.32" if EMBTK_LINUX_VERSION_2_6_32