Kconfig 852 B

1234567891011121314151617181920212223242526272829303132
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config PINCTRL_OWL
  3. bool "Actions Semi OWL pinctrl driver"
  4. depends on (ARCH_ACTIONS || COMPILE_TEST) && OF
  5. select PINMUX
  6. select PINCONF
  7. select GENERIC_PINCONF
  8. select GPIOLIB
  9. select GPIOLIB_IRQCHIP
  10. help
  11. Say Y here to enable Actions Semi OWL pinctrl driver
  12. config PINCTRL_S500
  13. bool "Actions Semi S500 pinctrl driver"
  14. depends on ARM || COMPILE_TEST
  15. depends on PINCTRL_OWL
  16. help
  17. Say Y here to enable Actions Semi S500 pinctrl driver
  18. config PINCTRL_S700
  19. bool "Actions Semi S700 pinctrl driver"
  20. depends on ARM64 || COMPILE_TEST
  21. depends on PINCTRL_OWL
  22. help
  23. Say Y here to enable Actions Semi S700 pinctrl driver
  24. config PINCTRL_S900
  25. bool "Actions Semi S900 pinctrl driver"
  26. depends on ARM64 || COMPILE_TEST
  27. depends on PINCTRL_OWL
  28. help
  29. Say Y here to enable Actions Semi S900 pinctrl driver