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 help 9 Say Y here to enable Actions Semi OWL pinctrl driver 10 11config 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 16