summaryrefslogtreecommitdiff
path: root/kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-30 00:36:49 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2011-08-30 00:36:49 +0200
commitbb8d15472650025589ac3c0ee6ce78552ef43d57 (patch)
tree872f2f79a597ce578f2c5ce1e07760102b066de2 /kconfig
parente7eb38f5a6b55f9db34b223930e8f6c21e31fd3f (diff)
downloadembtoolkit-bb8d15472650025589ac3c0ee6ce78552ef43d57.tar.gz
embtoolkit-bb8d15472650025589ac3c0ee6ce78552ef43d57.tar.bz2
embtoolkit-bb8d15472650025589ac3c0ee6ce78552ef43d57.tar.xz
Toolchain: linux headers: add linux-2.6.33.{18,19}
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig')
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.33.kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.33.kconfig b/kconfig/linux-kconfigs/linux-2.6.33.kconfig
index 7c7cecc..e6b3be3 100644
--- a/kconfig/linux-kconfigs/linux-2.6.33.kconfig
+++ b/kconfig/linux-kconfigs/linux-2.6.33.kconfig
@@ -28,6 +28,10 @@ choice
help
Linux v2.6.33.x series exact version to use.
+ config EMBTK_LINUX_VERSION_2_6_33_19
+ bool "linux-2.6.33.19"
+ config EMBTK_LINUX_VERSION_2_6_33_18
+ bool "linux-2.6.33.18"
config EMBTK_LINUX_VERSION_2_6_33_17
bool "linux-2.6.33.17"
config EMBTK_LINUX_VERSION_2_6_33_16
@@ -68,6 +72,8 @@ endchoice
config EMBTK_LINUX_LONGTERM_VERSION_STRING
string
+ default "v2.6.33" if EMBTK_LINUX_VERSION_2_6_33_19
+ default "v2.6.33" if EMBTK_LINUX_VERSION_2_6_33_18
default "v2.6.33" if EMBTK_LINUX_VERSION_2_6_33_17
default "v2.6.33" if EMBTK_LINUX_VERSION_2_6_33_16
default "v2.6.33" if EMBTK_LINUX_VERSION_2_6_33_15
@@ -81,6 +87,8 @@ config EMBTK_LINUX_LONGTERM_VERSION_STRING
config EMBTK_LINUX_VERSION_STRING
string
+ default "2.6.33.19" if EMBTK_LINUX_VERSION_2_6_33_19
+ default "2.6.33.18" if EMBTK_LINUX_VERSION_2_6_33_18
default "2.6.33.17" if EMBTK_LINUX_VERSION_2_6_33_17
default "2.6.33.16" if EMBTK_LINUX_VERSION_2_6_33_16
default "2.6.33.15" if EMBTK_LINUX_VERSION_2_6_33_15