2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2018-04-04 17:22:52 +00:00
|
|
|
config PINCTRL_OWL
|
2018-05-01 03:00:47 +00:00
|
|
|
bool "Actions Semi OWL pinctrl driver"
|
2018-04-04 17:22:52 +00:00
|
|
|
depends on (ARCH_ACTIONS || COMPILE_TEST) && OF
|
|
|
|
select PINMUX
|
|
|
|
select PINCONF
|
|
|
|
select GENERIC_PINCONF
|
2018-05-20 05:17:35 +00:00
|
|
|
select GPIOLIB
|
2018-06-23 04:59:54 +00:00
|
|
|
select GPIOLIB_IRQCHIP
|
2018-05-01 03:00:47 +00:00
|
|
|
help
|
|
|
|
Say Y here to enable Actions Semi OWL pinctrl driver
|
2018-04-04 17:22:52 +00:00
|
|
|
|
2020-08-03 14:20:55 +00:00
|
|
|
config PINCTRL_S500
|
|
|
|
bool "Actions Semi S500 pinctrl driver"
|
|
|
|
depends on PINCTRL_OWL
|
|
|
|
help
|
|
|
|
Say Y here to enable Actions Semi S500 pinctrl driver
|
|
|
|
|
2018-11-15 12:47:47 +00:00
|
|
|
config PINCTRL_S700
|
|
|
|
bool "Actions Semi S700 pinctrl driver"
|
|
|
|
depends on PINCTRL_OWL
|
|
|
|
help
|
|
|
|
Say Y here to enable Actions Semi S700 pinctrl driver
|
|
|
|
|
2018-04-04 17:22:52 +00:00
|
|
|
config PINCTRL_S900
|
|
|
|
bool "Actions Semi S900 pinctrl driver"
|
2018-05-01 03:00:47 +00:00
|
|
|
depends on PINCTRL_OWL
|
2018-04-04 17:22:52 +00:00
|
|
|
help
|
|
|
|
Say Y here to enable Actions Semi S900 pinctrl driver
|