1*072eb693SChristian Ruppert# Abilis Systems TB10x platform kernel configuration file 2*072eb693SChristian Ruppert# 3*072eb693SChristian Ruppert# Author: Christian Ruppert <christian.ruppert@abilis.com> 4*072eb693SChristian Ruppert# 5*072eb693SChristian Ruppert# This program is free software; you can redistribute it and/or modify 6*072eb693SChristian Ruppert# it under the terms of the GNU General Public License version 2 as 7*072eb693SChristian Ruppert# published by the Free Software Foundation. 8*072eb693SChristian Ruppert# 9*072eb693SChristian Ruppert# This program is distributed in the hope that it will be useful, 10*072eb693SChristian Ruppert# but WITHOUT ANY WARRANTY; without even the implied warranty of 11*072eb693SChristian Ruppert# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12*072eb693SChristian Ruppert# GNU General Public License for more details. 13*072eb693SChristian Ruppert# 14*072eb693SChristian Ruppert# You should have received a copy of the GNU General Public License 15*072eb693SChristian Ruppert# along with this program; if not, write to the Free Software 16*072eb693SChristian Ruppert# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17*072eb693SChristian Ruppert 18*072eb693SChristian Ruppert 19*072eb693SChristian Ruppertmenuconfig ARC_PLAT_TB10X 20*072eb693SChristian Ruppert bool "Abilis TB10x" 21*072eb693SChristian Ruppert select COMMON_CLK 22*072eb693SChristian Ruppert select PINCTRL 23*072eb693SChristian Ruppert select PINMUX 24*072eb693SChristian Ruppert select ARCH_REQUIRE_GPIOLIB 25*072eb693SChristian Ruppert help 26*072eb693SChristian Ruppert Support for platforms based on the TB10x home media gateway SOC by 27*072eb693SChristian Ruppert Abilis Systems. TB10x is based on the ARC700 CPU architecture. 28*072eb693SChristian Ruppert Say Y if you are building a kernel for one of the SOCs in this 29*072eb693SChristian Ruppert series (e.g. TB100 or TB101). If in doubt say N. 30*072eb693SChristian Ruppert 31*072eb693SChristian Ruppertif ARC_PLAT_TB10X 32*072eb693SChristian Ruppert 33*072eb693SChristian Ruppertconfig GENERIC_GPIO 34*072eb693SChristian Ruppert def_bool y 35*072eb693SChristian Ruppert 36*072eb693SChristian Ruppertendif 37