From 1970ed84827f42bbbdf3d99934a3850afda8ae55 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Fri, 16 Oct 2009 18:17:14 +0200 Subject: Toolchain: linux headers version: update linux-2.6.31.x series Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/linux-kconfigs/linux-2.6.31.kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- cgit v1.2.3