1# SPDX-License-Identifier: GPL-2.0-only
2config 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
13config PINCTRL_S500
14	bool "Actions Semi S500 pinctrl driver"
15	depends on ARM || COMPILE_TEST
16	depends on PINCTRL_OWL
17	help
18	  Say Y here to enable Actions Semi S500 pinctrl driver
19
20config PINCTRL_S700
21	bool "Actions Semi S700 pinctrl driver"
22	depends on ARM64 || COMPILE_TEST
23	depends on PINCTRL_OWL
24	help
25	  Say Y here to enable Actions Semi S700 pinctrl driver
26
27config PINCTRL_S900
28	bool "Actions Semi S900 pinctrl driver"
29	depends on ARM64 || COMPILE_TEST
30	depends on PINCTRL_OWL
31	help
32	  Say Y here to enable Actions Semi S900 pinctrl driver
33