From 09ea05701a83b3e9ec4b82db89bcc7bf17675b6e Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Tue, 3 Aug 2010 23:54:57 +0200 Subject: Toolchain: linux headers: add linux-2.6.35.x series Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/linux-kconfigs/linux-2.6.35.kconfig | 38 +++++++++++++++++++++++++++++ kconfig/linux.kconfig | 8 ++++++ 2 files changed, 46 insertions(+) create mode 100644 kconfig/linux-kconfigs/linux-2.6.35.kconfig diff --git a/kconfig/linux-kconfigs/linux-2.6.35.kconfig b/kconfig/linux-kconfigs/linux-2.6.35.kconfig new file mode 100644 index 0000000..b5231b2 --- /dev/null +++ b/kconfig/linux-kconfigs/linux-2.6.35.kconfig @@ -0,0 +1,38 @@ +################################################################################ +# Abdoulaye Walsimou GAYE +# 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 3 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 . +# +################################################################################ +# +# \file linux-2.6.35.kconfig +# \brief linux v2.6.35.x series +# \author Abdoulaye Walsimou GAYE +# \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 + bool "linux-2.6.35" +endchoice + +config EMBTK_LINUX_VERSION_STRING + string + default "2.6.35" if EMBTK_LINUX_VERSION_2_6_35 + diff --git a/kconfig/linux.kconfig b/kconfig/linux.kconfig index c483df8..cf274bc 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_35_X + bool "linux-2.6.35.x" + help + Use a linux-2.6.35.x version. config EMBTK_LINUX_VERSION_2_6_34_X bool "linux-2.6.34.x" help @@ -63,6 +67,10 @@ choice Use a linux-2.6.27.x version. endchoice +if EMBTK_LINUX_VERSION_2_6_35_X +source kconfig/linux-kconfigs/linux-2.6.35.kconfig +endif + if EMBTK_LINUX_VERSION_2_6_34_X source kconfig/linux-kconfigs/linux-2.6.34.kconfig endif -- cgit v1.2.3