summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <abdoulaye.gaye@supmeca.fr>2009-10-16 18:17:14 +0200
committerAbdoulaye Walsimou Gaye <abdoulaye.gaye@supmeca.fr>2009-10-16 18:17:14 +0200
commit1970ed84827f42bbbdf3d99934a3850afda8ae55 (patch)
tree8ecb220421937381f97b44d2c7aee89251ab6abf
parent9ca30ed0309e40748c5650febbd186c2b81e0577 (diff)
downloadembtoolkit-1970ed84827f42bbbdf3d99934a3850afda8ae55.tar.gz
embtoolkit-1970ed84827f42bbbdf3d99934a3850afda8ae55.tar.bz2
embtoolkit-1970ed84827f42bbbdf3d99934a3850afda8ae55.tar.xz
Toolchain: linux headers version: update linux-2.6.31.x series
Signed-off-by: Abdoulaye Walsimou Gaye <abdoulaye.gaye@supmeca.fr>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.31.kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.31.kconfig b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
index dd25341..419e1ba 100644
--- a/kconfig/linux-kconfigs/linux-2.6.31.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.31.kconfig
@@ -28,6 +28,12 @@ choice
help
Linux v2.6.31.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_31_4
+ bool "linux-2.6.31.4"
+ config EMBTK_LINUX_VERSION_2_6_31_3
+ bool "linux-2.6.31.3"
+ config EMBTK_LINUX_VERSION_2_6_31_2
+ bool "linux-2.6.31.2"
config EMBTK_LINUX_VERSION_2_6_31_1
bool "linux-2.6.31.1"
config EMBTK_LINUX_VERSION_2_6_31
@@ -36,5 +42,8 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.31.4" if EMBTK_LINUX_VERSION_2_6_31_4
+ default "2.6.31.3" if EMBTK_LINUX_VERSION_2_6_31_3
+ default "2.6.31.2" if EMBTK_LINUX_VERSION_2_6_31_2
default "2.6.31.1" if EMBTK_LINUX_VERSION_2_6_31_1
default "2.6.31" if EMBTK_LINUX_VERSION_2_6_31