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