summaryrefslogtreecommitdiff
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
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>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.31.kconfig3
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.32.kconfig5
2 files changed, 7 insertions, 1 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.31.kconfig b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
index f60770a..9aa301b 100644
--- a/kconfig/linux-kconfigs/linux-2.6.31.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
@@ -28,6 +28,8 @@ choice
help
Linux v2.6.31.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_31_9
+ bool "linux-2.6.31.9"
config EMBTK_LINUX_VERSION_2_6_31_8
bool "linux-2.6.31.8"
config EMBTK_LINUX_VERSION_2_6_31_7
@@ -50,6 +52,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.31.9" if EMBTK_LINUX_VERSION_2_6_31_9
default "2.6.31.8" if EMBTK_LINUX_VERSION_2_6_31_8
default "2.6.31.7" if EMBTK_LINUX_VERSION_2_6_31_7
default "2.6.31.6" if EMBTK_LINUX_VERSION_2_6_31_6
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