summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-01 14:39:15 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2010-11-01 14:39:15 +0100
commitc62de9618da6937b2bd921e149a4f4c92e8239bf (patch)
treefb2360f8b75461285eb9f6eb9ca278c9782126fb
parentb63760f48f8f0101e6e240a90a7eed5e8fb28065 (diff)
downloadembtoolkit-c62de9618da6937b2bd921e149a4f4c92e8239bf.tar.gz
embtoolkit-c62de9618da6937b2bd921e149a4f4c92e8239bf.tar.bz2
embtoolkit-c62de9618da6937b2bd921e149a4f4c92e8239bf.tar.xz
Toolchain: linux headers: add linux-2.6.36.x series
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--kconfig/linux-kconfigs/linux-2.6.36.kconfig38
-rw-r--r--kconfig/linux.kconfig8
2 files changed, 46 insertions, 0 deletions
diff --git a/kconfig/linux-kconfigs/linux-2.6.36.kconfig b/kconfig/linux-kconfigs/linux-2.6.36.kconfig
new file mode 100644
index 0000000..5a21e31
--- /dev/null
+++ b/kconfig/linux-kconfigs/linux-2.6.36.kconfig
@@ -0,0 +1,38 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2010 Abdoulaye Walsimou GAYE. All rights reserved.
+#
+# 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-2.6.36.kconfig
+# \brief linux v2.6.36.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date November 2010
+################################################################################
+
+choice
+ prompt "Linux v2.6.36.x series exact version to use."
+ help
+ Linux v2.6.36.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_36
+ bool "linux-2.6.36"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.36" if EMBTK_LINUX_VERSION_2_6_36
+
diff --git a/kconfig/linux.kconfig b/kconfig/linux.kconfig
index de5b7cc..f47810d 100644
--- a/kconfig/linux.kconfig
+++ b/kconfig/linux.kconfig
@@ -29,6 +29,10 @@ choice
Here you can choose which Linux kernel headers you
you want to use.
+ config EMBTK_LINUX_VERSION_2_6_36_X
+ bool "linux-2.6.36.x"
+ help
+ Use a linux-2.6.36.x version.
config EMBTK_LINUX_VERSION_2_6_35_X
bool "linux-2.6.35.x"
help
@@ -67,6 +71,10 @@ choice
Use a linux-2.6.27.x version.
endchoice
+if EMBTK_LINUX_VERSION_2_6_36_X
+source kconfig/linux-kconfigs/linux-2.6.36.kconfig
+endif
+
if EMBTK_LINUX_VERSION_2_6_35_X
source kconfig/linux-kconfigs/linux-2.6.35.kconfig
endif