summaryrefslogtreecommitdiff
path: root/core/kconfig/linux-kconfigs
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-18 23:51:32 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-03-18 23:51:32 +0100
commit60099890f36754d9fd4c1ec00d9679ba3de5d3b6 (patch)
tree5379b7f6694de0b0c954e9c5388612d8ba6c1a1d /core/kconfig/linux-kconfigs
parentef94bcb8905c8c8fefc272dbcb2d5ee0c4efbe35 (diff)
downloadembtoolkit-60099890f36754d9fd4c1ec00d9679ba3de5d3b6.tar.gz
embtoolkit-60099890f36754d9fd4c1ec00d9679ba3de5d3b6.tar.bz2
embtoolkit-60099890f36754d9fd4c1ec00d9679ba3de5d3b6.tar.xz
Move kconfig/ to core/
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'core/kconfig/linux-kconfigs')
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.27.kconfig45
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.28.kconfig41
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.29.kconfig41
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.30.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.31.kconfig41
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.32.kconfig45
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.33.kconfig45
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.34.kconfig45
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.35.kconfig45
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.36.kconfig41
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.37.kconfig41
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.38.kconfig41
-rw-r--r--core/kconfig/linux-kconfigs/linux-2.6.39.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.0.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.1.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.10.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.11.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.12.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.13.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.2.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.3.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.4.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.5.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.6.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.7.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.8.kconfig42
-rw-r--r--core/kconfig/linux-kconfigs/linux-3.9.kconfig42
27 files changed, 1143 insertions, 0 deletions
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.27.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.27.kconfig
new file mode 100644
index 0000000..5311476
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.27.kconfig
@@ -0,0 +1,45 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2009-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-2.6.27.kconfig
+# \brief linux v2.6.27.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date Sept 2009
+################################################################################
+
+choice
+ prompt "Linux v2.6.27.x series exact version to use."
+ help
+ Linux v2.6.27.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_27_62
+ bool "linux-2.6.27.62"
+endchoice
+
+config EMBTK_LINUX_LONGTERM_VERSION_STRING
+ string
+ default "v2.6.27" if EMBTK_LINUX_VERSION_2_6_27_62
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.27.62" if EMBTK_LINUX_VERSION_2_6_27_62
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.28.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.28.kconfig
new file mode 100644
index 0000000..1fda7e7
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.28.kconfig
@@ -0,0 +1,41 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2009-2012 GAYE Abdoulaye Walsimou.
+#
+# This program is free software; you can distribute it and/or modify it
+# under the terms of the GNU General Public License
+# (Version 2 or later) published by the Free Software Foundation.
+#
+# This program is distributed in the hope 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, write to the Free Software Foundation, Inc.,
+# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
+################################################################################
+#
+# \file linux-2.6.28.kconfig
+# \brief linux v2.6.28.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date Sept 2009
+################################################################################
+
+choice
+ prompt "Linux v2.6.28.x series exact version to use."
+ default EMBTK_LINUX_VERSION_2_6_28_10
+ help
+ Linux v2.6.28.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_28_10
+ bool "linux-2.6.28.10"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.28.10" if EMBTK_LINUX_VERSION_2_6_28_10
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.29.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.29.kconfig
new file mode 100644
index 0000000..841a30a
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.29.kconfig
@@ -0,0 +1,41 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
+#
+# This program is free software; you can distribute it and/or modify it
+# under the terms of the GNU General Public License
+# (Version 2 or later) published by the Free Software Foundation.
+#
+# This program is distributed in the hope 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, write to the Free Software Foundation, Inc.,
+# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
+################################################################################
+#
+# \file linux-2.6.29.kconfig
+# \brief linux v2.6.29.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date Sept 2009
+################################################################################
+
+choice
+ prompt "Linux v2.6.29.x series exact version to use."
+ default EMBTK_LINUX_VERSION_2_6_29_6
+ help
+ Linux v2.6.29.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_29_6
+ bool "linux-2.6.29.6"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.29.6" if EMBTK_LINUX_VERSION_2_6_29_6
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.30.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.30.kconfig
new file mode 100644
index 0000000..cb28ff8
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.30.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2009-2012 Abdoulaye Walsimou GAYE.
+#
+# This program is free software; you can distribute it and/or modify it
+# under the terms of the GNU General Public License
+# (Version 2 or later) published by the Free Software Foundation.
+#
+# This program is distributed in the hope 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, write to the Free Software Foundation, Inc.,
+# 59 Temple Place - Suite 330, Boston MA 02111-1307, USA.
+################################################################################
+#
+# \file linux-2.6.30.kconfig
+# \brief linux v2.6.30.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date Sept 2009
+################################################################################
+
+choice
+ prompt "Linux v2.6.30.x series exact version to use."
+ default EMBTK_LINUX_VERSION_2_6_30_6
+ help
+ Linux v2.6.30.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_30_10
+ bool "linux-2.6.30.10"
+
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.30.10" if EMBTK_LINUX_VERSION_2_6_30_10
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.31.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.31.kconfig
new file mode 100644
index 0000000..d00ffe4
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.31.kconfig
@@ -0,0 +1,41 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2009-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-2.6.31.kconfig
+# \brief linux v2.6.31.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date May 2009
+################################################################################
+
+choice
+ prompt "Linux v2.6.31.x series exact version to use."
+ help
+ Linux v2.6.31.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_31_14
+ bool "linux-2.6.31.14"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.31.14" if EMBTK_LINUX_VERSION_2_6_31_14
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.32.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.32.kconfig
new file mode 100644
index 0000000..f42e9a0
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.32.kconfig
@@ -0,0 +1,45 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2009-2011 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-2.6.32.kconfig
+# \brief linux v2.6.32.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date December 2009
+################################################################################
+
+choice
+ prompt "Linux v2.6.32.x series exact version to use."
+ help
+ Linux v2.6.32.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_32_61
+ bool "linux-2.6.32.61"
+endchoice
+
+config EMBTK_LINUX_LONGTERM_VERSION_STRING
+ string
+ default "v2.6.32"
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.32.61"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.33.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.33.kconfig
new file mode 100644
index 0000000..b60d199
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.33.kconfig
@@ -0,0 +1,45 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2010-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-2.6.33.kconfig
+# \brief linux v2.6.33.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date March 2010
+################################################################################
+
+choice
+ prompt "Linux v2.6.33.x series exact version to use."
+ help
+ Linux v2.6.33.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_33_20
+ bool "linux-2.6.33.20"
+endchoice
+
+config EMBTK_LINUX_LONGTERM_VERSION_STRING
+ string
+ default "v2.6.33" if EMBTK_LINUX_VERSION_2_6_33_20
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.33.20" if EMBTK_LINUX_VERSION_2_6_33_20
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.34.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.34.kconfig
new file mode 100644
index 0000000..f1561af
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.34.kconfig
@@ -0,0 +1,45 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2010-2013 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-2.6.34.kconfig
+# \brief linux v2.6.34.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date May 2010
+################################################################################
+
+choice
+ prompt "Linux v2.6.34.x series exact version used."
+ help
+ Linux v2.6.34.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_2_6_34_15
+ bool "linux-2.6.34.15"
+endchoice
+
+config EMBTK_LINUX_LONGTERM_VERSION_STRING
+ string
+ default "v2.6.34"
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.34.15"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.35.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.35.kconfig
new file mode 100644
index 0000000..975f921
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.35.kconfig
@@ -0,0 +1,45 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2010-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-2.6.35.kconfig
+# \brief linux v2.6.35.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date May 2010
+################################################################################
+
+choice
+ prompt "Linux v2.6.35.x series exact version to use."
+ help
+ Linux v2.6.35.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_35_14
+ bool "linux-2.6.35.14"
+endchoice
+
+config EMBTK_LINUX_LONGTERM_VERSION_STRING
+ string
+ default "v2.6.35" if EMBTK_LINUX_VERSION_2_6_35_14
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.35.14" if EMBTK_LINUX_VERSION_2_6_35_14
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.36.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.36.kconfig
new file mode 100644
index 0000000..c8cef9b
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.36.kconfig
@@ -0,0 +1,41 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2010-2011 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-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_4
+ bool "linux-2.6.36.4"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.36.4" if EMBTK_LINUX_VERSION_2_6_36_4
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.37.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.37.kconfig
new file mode 100644
index 0000000..e4ed3bb
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.37.kconfig
@@ -0,0 +1,41 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2011 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-2.6.37.kconfig
+# \brief linux v2.6.37.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date May 2011
+################################################################################
+
+choice
+ prompt "Linux v2.6.37.x series exact version to use."
+ help
+ Linux v2.6.37.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_37_6
+ bool "linux-2.6.37.6"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.37.6" if EMBTK_LINUX_VERSION_2_6_37_6
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.38.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.38.kconfig
new file mode 100644
index 0000000..c79f3df
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.38.kconfig
@@ -0,0 +1,41 @@
+################################################################################
+# Embtoolkit
+# 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
+# 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.38.kconfig
+# \brief linux v2.6.38.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date May 2011
+################################################################################
+
+choice
+ prompt "Linux v2.6.38.x series exact version to use."
+ help
+ Linux v2.6.38.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_38_8
+ bool "linux-2.6.38.8"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.38.8" if EMBTK_LINUX_VERSION_2_6_38_8
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
diff --git a/core/kconfig/linux-kconfigs/linux-2.6.39.kconfig b/core/kconfig/linux-kconfigs/linux-2.6.39.kconfig
new file mode 100644
index 0000000..db53aac
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-2.6.39.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# 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
+# 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.39.kconfig
+# \brief linux v2.6.39.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date June 2011
+################################################################################
+
+choice
+ prompt "Linux v2.6.39.x series exact version to use."
+ help
+ Linux v2.6.39.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_2_6_39_4
+ bool "linux-2.6.39.4"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "2.6.39.4" if EMBTK_LINUX_VERSION_2_6_39_4
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v2.6"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.0.kconfig b/core/kconfig/linux-kconfigs/linux-3.0.kconfig
new file mode 100644
index 0000000..72cacbc
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.0.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2011-2013 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.0.kconfig
+# \brief linux v3.0.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date July 2011
+################################################################################
+
+choice
+ prompt "Linux v3.0.x series exact version used"
+ help
+ Linux v3.0.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_0_101
+ bool "linux-3.0.101"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.0.101"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.x"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.1.kconfig b/core/kconfig/linux-kconfigs/linux-3.1.kconfig
new file mode 100644
index 0000000..3411f83
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.1.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.1.kconfig
+# \brief linux v3.1.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date February 2012
+################################################################################
+
+choice
+ prompt "Linux v3.1.x series exact version to use."
+ help
+ Linux v3.1.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_3_1_10
+ bool "linux-3.1.10"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.1.10" if EMBTK_LINUX_VERSION_3_1_10
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.0"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.10.kconfig b/core/kconfig/linux-kconfigs/linux-3.10.kconfig
new file mode 100644
index 0000000..733aa88
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.10.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2013-2014 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.10.kconfig
+# \brief linux v3.10.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date August 2013
+################################################################################
+
+choice
+ prompt "Linux v3.10.x series exact version used."
+ help
+ Linux v3.10.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_10_33
+ bool "linux-3.10.33"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.10.33"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.x"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.11.kconfig b/core/kconfig/linux-kconfigs/linux-3.11.kconfig
new file mode 100644
index 0000000..220c93c
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.11.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2013 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.11.kconfig
+# \brief linux v3.11.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date September 2013
+################################################################################
+
+choice
+ prompt "Linux v3.11.x series exact version used."
+ help
+ Linux v3.11.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_11_10
+ bool "linux-3.11.10"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.11.10"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.x"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.12.kconfig b/core/kconfig/linux-kconfigs/linux-3.12.kconfig
new file mode 100644
index 0000000..ea3850e
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.12.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2014 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.11.kconfig
+# \brief linux v3.11.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date January 2014
+################################################################################
+
+choice
+ prompt "Linux v3.12.x series exact version used."
+ help
+ Linux v3.12.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_12_13
+ bool "linux-3.12.13"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.12.13"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.x"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.13.kconfig b/core/kconfig/linux-kconfigs/linux-3.13.kconfig
new file mode 100644
index 0000000..9ffd756
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.13.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2014 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.13.kconfig
+# \brief linux v3.13.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date February 2014
+################################################################################
+
+choice
+ prompt "Linux v3.13.x series exact version used."
+ help
+ Linux v3.13.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_13_6
+ bool "linux-3.13.6"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.13.6"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.x"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.2.kconfig b/core/kconfig/linux-kconfigs/linux-3.2.kconfig
new file mode 100644
index 0000000..e6dc8f5
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.2.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2012-2013 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.2.kconfig
+# \brief linux v3.2.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date February 2012
+################################################################################
+
+choice
+ prompt "Linux v3.2.x series exact version used"
+ help
+ Linux v3.2.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_2_55
+ bool "linux-3.2.55"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.2.55"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.0"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.3.kconfig b/core/kconfig/linux-kconfigs/linux-3.3.kconfig
new file mode 100644
index 0000000..32ba597
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.3.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.3.kconfig
+# \brief linux v3.3.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date May 2012
+################################################################################
+
+choice
+ prompt "Linux v3.3.x series exact version to use."
+ help
+ Linux v3.3.x series exact version to use.
+
+ config EMBTK_LINUX_VERSION_3_3_8
+ bool "linux-3.3.8"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.3.8" if EMBTK_LINUX_VERSION_3_3_8
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.0"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.4.kconfig b/core/kconfig/linux-kconfigs/linux-3.4.kconfig
new file mode 100644
index 0000000..3ebd1e8
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.4.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2012-2013 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.4.kconfig
+# \brief linux v3.4.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date August 2012
+################################################################################
+
+choice
+ prompt "Linux v3.4.x series exact version used."
+ help
+ Linux v3.4.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_4_82
+ bool "linux-3.4.82"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.4.82"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.0"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.5.kconfig b/core/kconfig/linux-kconfigs/linux-3.5.kconfig
new file mode 100644
index 0000000..c5de605
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.5.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.5.kconfig
+# \brief linux v3.5.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date May 2012
+################################################################################
+
+choice
+ prompt "Linux v3.5.x series exact version used."
+ help
+ Linux v3.5.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_5_7
+ bool "linux-3.5.7"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.5.7"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.0"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.6.kconfig b/core/kconfig/linux-kconfigs/linux-3.6.kconfig
new file mode 100644
index 0000000..ecbd8d5
--- /dev/null
+++ b/core/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_11
+ bool "linux-3.6.11"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.6.11"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.0"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.7.kconfig b/core/kconfig/linux-kconfigs/linux-3.7.kconfig
new file mode 100644
index 0000000..e076c2a
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.7.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2013 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.7.kconfig
+# \brief linux v3.7.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date Januray 2013
+################################################################################
+
+choice
+ prompt "Linux v3.7.x series exact version used."
+ help
+ Linux v3.7.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_7_10
+ bool "linux-3.7.6"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.7.10"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.0"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.8.kconfig b/core/kconfig/linux-kconfigs/linux-3.8.kconfig
new file mode 100644
index 0000000..71db68a
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.8.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2013 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.8.kconfig
+# \brief linux v3.8.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date April 2013
+################################################################################
+
+choice
+ prompt "Linux v3.8.x series exact version used."
+ help
+ Linux v3.8.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_8_13
+ bool "linux-3.8.13"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.8.13"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.x"
+
diff --git a/core/kconfig/linux-kconfigs/linux-3.9.kconfig b/core/kconfig/linux-kconfigs/linux-3.9.kconfig
new file mode 100644
index 0000000..203c533
--- /dev/null
+++ b/core/kconfig/linux-kconfigs/linux-3.9.kconfig
@@ -0,0 +1,42 @@
+################################################################################
+# Embtoolkit
+# Copyright(C) 2013 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.9.kconfig
+# \brief linux v3.9.x series
+# \author Abdoulaye Walsimou GAYE <awg@embtoolkit.org>
+# \date August 2013
+################################################################################
+
+choice
+ prompt "Linux v3.9.x series exact version used."
+ help
+ Linux v3.9.x series exact version used.
+
+ config EMBTK_LINUX_VERSION_3_9_11
+ bool "linux-3.9.11"
+endchoice
+
+config EMBTK_LINUX_VERSION_STRING
+ string
+ default "3.9.11"
+
+config EMBTK_LINUX_MAJOR_VERSION_STRING
+ string
+ default "v3.x"
+