Kconfig 383 B

12345678910111213
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config PINCTRL_NPCM7XX
  3. bool "Pinctrl and GPIO driver for Nuvoton NPCM7XX"
  4. depends on (ARCH_NPCM7XX || COMPILE_TEST) && OF
  5. select PINMUX
  6. select PINCONF
  7. select GENERIC_PINCONF
  8. select GPIOLIB
  9. select GPIO_GENERIC
  10. select GPIOLIB_IRQCHIP
  11. help
  12. Say Y here to enable pin controller and GPIO support
  13. for Nuvoton NPCM750/730/715/705 SoCs.