Kconfig 930 B

123456789101112131415161718192021222324252627282930313233
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config PINCTRL_WPCM450
  3. tristate "Pinctrl and GPIO driver for Nuvoton WPCM450"
  4. depends on ARCH_WPCM450 || COMPILE_TEST
  5. depends on OF
  6. select PINMUX
  7. select PINCONF
  8. select GENERIC_PINCONF
  9. select GENERIC_PINCTRL_GROUPS
  10. select GPIOLIB
  11. select GPIO_GENERIC
  12. select GPIOLIB_IRQCHIP
  13. help
  14. Say Y or M here to enable pin controller and GPIO support for
  15. the Nuvoton WPCM450 SoC. This is strongly recommended when
  16. building a kernel that will run on this chip.
  17. If this driver is compiled as a module, it will be named
  18. pinctrl-wpcm450.
  19. config PINCTRL_NPCM7XX
  20. bool "Pinctrl and GPIO driver for Nuvoton NPCM7XX"
  21. depends on (ARCH_NPCM7XX || COMPILE_TEST) && OF
  22. select PINMUX
  23. select PINCONF
  24. select GENERIC_PINCONF
  25. select GPIOLIB
  26. select GPIO_GENERIC
  27. select GPIOLIB_IRQCHIP
  28. help
  29. Say Y here to enable pin controller and GPIO support
  30. for Nuvoton NPCM750/730/715/705 SoCs.