Kconfig 414 B

12345678910111213141516
  1. config PINCTRL_OWL
  2. bool "Actions Semi OWL pinctrl driver"
  3. depends on (ARCH_ACTIONS || COMPILE_TEST) && OF
  4. select PINMUX
  5. select PINCONF
  6. select GENERIC_PINCONF
  7. select GPIOLIB
  8. select GPIOLIB_IRQCHIP
  9. help
  10. Say Y here to enable Actions Semi OWL pinctrl driver
  11. config PINCTRL_S900
  12. bool "Actions Semi S900 pinctrl driver"
  13. depends on PINCTRL_OWL
  14. help
  15. Say Y here to enable Actions Semi S900 pinctrl driver