Kconfig 577 B

1234567891011121314151617181920
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. # Abilis Systems TB10x platform kernel configuration file
  3. #
  4. # Author: Christian Ruppert <[email protected]>
  5. #
  6. menuconfig ARC_PLAT_TB10X
  7. bool "Abilis TB10x"
  8. select PINCTRL
  9. select PINCTRL_TB10X
  10. select PINMUX
  11. select GPIOLIB
  12. select GPIO_TB10X
  13. select TB10X_IRQC
  14. help
  15. Support for platforms based on the TB10x home media gateway SOC by
  16. Abilis Systems. TB10x is based on the ARC700 CPU architecture.
  17. Say Y if you are building a kernel for one of the SOCs in this
  18. series (e.g. TB100 or TB101). If in doubt say N.