xref: /linux/arch/arc/plat-tb10x/Kconfig (revision 75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37)
1*45051539SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2072eb693SChristian Ruppert# Abilis Systems TB10x platform kernel configuration file
3072eb693SChristian Ruppert#
4072eb693SChristian Ruppert# Author: Christian Ruppert <christian.ruppert@abilis.com>
5072eb693SChristian Ruppert#
6072eb693SChristian Ruppert
7072eb693SChristian Ruppert
8072eb693SChristian Ruppertmenuconfig ARC_PLAT_TB10X
9072eb693SChristian Ruppert	bool "Abilis TB10x"
10072eb693SChristian Ruppert	select PINCTRL
119c8e612dSChristian Ruppert	select PINCTRL_TB10X
12072eb693SChristian Ruppert	select PINMUX
1359851aa8SLinus Walleij	select GPIOLIB
149c8e612dSChristian Ruppert	select GPIO_TB10X
15723e2b80SChristian Ruppert	select TB10X_IRQC
16072eb693SChristian Ruppert	help
17072eb693SChristian Ruppert	  Support for platforms based on the TB10x home media gateway SOC by
18072eb693SChristian Ruppert	  Abilis Systems. TB10x is based on the ARC700 CPU architecture.
19072eb693SChristian Ruppert	  Say Y if you are building a kernel for one of the SOCs in this
20072eb693SChristian Ruppert	  series (e.g. TB100 or TB101). If in doubt say N.
21