Kconfig 603 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0
  2. #
  3. # Sunplus Pin control driver configuration
  4. #
  5. config PINCTRL_SPPCTL
  6. tristate "Sunplus SP7021 PinMux and GPIO driver"
  7. depends on SOC_SP7021
  8. depends on OF && HAS_IOMEM
  9. select GENERIC_PINCTRL_GROUPS
  10. select GENERIC_PINMUX_FUNCTIONS
  11. select GENERIC_PINCONF
  12. select PINCONF
  13. select PINMUX
  14. select GPIOLIB
  15. select OF_GPIO
  16. help
  17. Say Y here to support Sunplus SP7021 pinmux controller.
  18. This driver requires the pinctrl framework.
  19. GPIO is provided by the same driver.
  20. To compile this driver as a module, choose M here.
  21. The module will be called sppinctrl.