Kconfig (6b16f5d12202a23d875915349cc031c07fe1b3ec) | Kconfig (6c5d0736e9c09f00f5549f20390d6daae98a1bfd) |
---|---|
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 | 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 |
|
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 | 9 help 10 Say Y here to enable Actions Semi OWL pinctrl driver 11 12config PINCTRL_S900 13 bool "Actions Semi S900 pinctrl driver" 14 depends on PINCTRL_OWL 15 help 16 Say Y here to enable Actions Semi S900 pinctrl driver |