0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config PINCTRL_OWL
0003 bool "Actions Semi OWL pinctrl driver"
0004 depends on (ARCH_ACTIONS || COMPILE_TEST) && OF
0005 select PINMUX
0006 select PINCONF
0007 select GENERIC_PINCONF
0008 select GPIOLIB
0009 select GPIOLIB_IRQCHIP
0010 help
0011 Say Y here to enable Actions Semi OWL pinctrl driver
0012
0013 config PINCTRL_S500
0014 bool "Actions Semi S500 pinctrl driver"
0015 depends on ARM || COMPILE_TEST
0016 depends on PINCTRL_OWL
0017 help
0018 Say Y here to enable Actions Semi S500 pinctrl driver
0019
0020 config PINCTRL_S700
0021 bool "Actions Semi S700 pinctrl driver"
0022 depends on ARM64 || COMPILE_TEST
0023 depends on PINCTRL_OWL
0024 help
0025 Say Y here to enable Actions Semi S700 pinctrl driver
0026
0027 config PINCTRL_S900
0028 bool "Actions Semi S900 pinctrl driver"
0029 depends on ARM64 || COMPILE_TEST
0030 depends on PINCTRL_OWL
0031 help
0032 Say Y here to enable Actions Semi S900 pinctrl driver