summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-12-11 16:25:23 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-12-11 16:25:23 +0100
commit080d062d4d53cd360f4295fca2ae47f500e8586e (patch)
tree9c30153166ae1110f279b072b741877c3b9d71ef /kconfig/linux-kconfigs
parent8561362a875d8610d080ae43f71d32965a09e895 (diff)
downloadembtoolkit-080d062d4d53cd360f4295fca2ae47f500e8586e.tar.gz
embtoolkit-080d062d4d53cd360f4295fca2ae47f500e8586e.tar.bz2
embtoolkit-080d062d4d53cd360f4295fca2ae47f500e8586e.tar.xz
Toolchain: linux headers: add linux-2.6.32.{26,27}
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/linux-kconfigs')
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.32.kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.32.kconfig b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
index c6d305c..c725c15 100644
--- a/kconfig/linux-kconfigs/linux-2.6.32.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.32.kconfig
@@ -28,6 +28,10 @@ choice
help
Linux v2.6.32.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_32_27
+ bool "linux-2.6.32.27"
+ config EMBTK_LINUX_VERSION_2_6_32_26
+ bool "linux-2.6.32.26"
config EMBTK_LINUX_VERSION_2_6_32_25
bool "linux-2.6.32.25"
config EMBTK_LINUX_VERSION_2_6_32_24
@@ -84,6 +88,8 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.32.27" if EMBTK_LINUX_VERSION_2_6_32_27
+ default "2.6.32.26" if EMBTK_LINUX_VERSION_2_6_32_26
default "2.6.32.25" if EMBTK_LINUX_VERSION_2_6_32_25
default "2.6.32.24" if EMBTK_LINUX_VERSION_2_6_32_24
default "2.6.32.23" if EMBTK_LINUX_VERSION_2_6_32_23