Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 # Abilis Systems TB10x platform kernel configuration file
0003 #
0004 # Author: Christian Ruppert <christian.ruppert@abilis.com>
0005 #
0006 
0007 
0008 menuconfig ARC_PLAT_TB10X
0009         bool "Abilis TB10x"
0010         select PINCTRL
0011         select PINCTRL_TB10X
0012         select PINMUX
0013         select GPIOLIB
0014         select GPIO_TB10X
0015         select TB10X_IRQC
0016         help
0017           Support for platforms based on the TB10x home media gateway SOC by
0018           Abilis Systems. TB10x is based on the ARC700 CPU architecture.
0019           Say Y if you are building a kernel for one of the SOCs in this
0020           series (e.g. TB100 or TB101). If in doubt say N.