1config 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 12config PINCTRL_S700 13 bool "Actions Semi S700 pinctrl driver" 14 depends on PINCTRL_OWL 15 help 16 Say Y here to enable Actions Semi S700 pinctrl driver 17 18config PINCTRL_S900 19 bool "Actions Semi S900 pinctrl driver" 20 depends on PINCTRL_OWL 21 help 22 Say Y here to enable Actions Semi S900 pinctrl driver 23