summaryrefslogtreecommitdiff
path: root/kconfig/linux-kconfigs
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-28 11:59:13 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-28 12:01:55 +0100
commit032dca536c4f712d8d5c1759eadb09513098c8eb (patch)
tree212c1aa7b81074abab624e08683f51ecc7ce5ff7 /kconfig/linux-kconfigs
parent86f2ac702053084cfc36dddc5dda3487761e06af (diff)
downloadembtoolkit-032dca536c4f712d8d5c1759eadb09513098c8eb.tar.gz
embtoolkit-032dca536c4f712d8d5c1759eadb09513098c8eb.tar.bz2
embtoolkit-032dca536c4f712d8d5c1759eadb09513098c8eb.tar.xz
Toolchain: linux headers: add linux-3.6.x series
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'kconfig/linux-kconfigs')
-rw-r--r--kconfig/linux-kconfigs/linux-3.6.kconfig42
1 files changed, 42 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-3.6.kconfig b/kconfig/linux-kconfigs/linux-3.6.kconfig
new file mode 100644
index 0000000..a141d26
--- /dev/null
+++ b/kconfig/linux-kconfigs/linux-3.6.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 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
+# the Free Software Foundation, either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+#
+################################################################################
+#
+# \file linux-3.6.kconfig
+# \brief linux v3.6.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date October 2012
+################################################################################
+
+choice
+ prompt "Linux v3.6.x series exact version used."
+ help
+ Linux v3.6.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_6_3
+ bool "linux-3.6.3"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.6.3"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.0"
+