summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-11 15:04:14 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-02-11 15:04:14 +0100
commitd49defaf17ad1aba144d1972281fc0a4ebd191c1 (patch)
treeaae33f165b2587cf5c2195008a277a519893e331
parent4f23cd2b65bc7fcf1c8aedd41035b1bb3bb4b909 (diff)
downloadembtoolkit-d49defaf17ad1aba144d1972281fc0a4ebd191c1.tar.gz
embtoolkit-d49defaf17ad1aba144d1972281fc0a4ebd191c1.tar.bz2
embtoolkit-d49defaf17ad1aba144d1972281fc0a4ebd191c1.tar.xz
Toolchain: linux headers: update linux-3.0.x headers
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/linux-kconfigs/linux-3.0.kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.0.kconfig b/kconfig/linux-kconfigs/linux-3.0.kconfig
index b649ba6..393cada 100644
--- a/kconfig/linux-kconfigs/linux-3.0.kconfig
+++ b/kconfig/linux-kconfigs/linux-3.0.kconfig
@@ -1,6 +1,6 @@
################################################################################
# Embtoolkit
-# Copyright(C) 2011 Abdoulaye Walsimou GAYE.
+# Copyright(C) 2011-2012 Abdoulaye Walsimou GAYE.
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -28,6 +28,8 @@ choice
help
Linux v3.0.x series exact version to use.
+ config EMBTK_LINUX_VERSION_3_0_20
+ bool "linux-3.0.20"
config EMBTK_LINUX_VERSION_3_0_19
bool "linux-3.0.19"
config EMBTK_LINUX_VERSION_3_0_18
@@ -72,6 +74,7 @@ endchoice
config EMBTK_LINUX_VERSION_STRING
string
+ default "3.0.20" if EMBTK_LINUX_VERSION_3_0_20
default "3.0.19" if EMBTK_LINUX_VERSION_3_0_19
default "3.0.18" if EMBTK_LINUX_VERSION_3_0_18
default "3.0.17" if EMBTK_LINUX_VERSION_3_0_17