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