mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-27 12:25:08 +07:00
45de28e31a
Add pinctrl and gpio driver for Actions Semi S500 SoC. The driver supports pinctrl, pinmux, pinconf, gpio and interrupt functions using a set of registers shared between gpio and pinctrl. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@gmail.com> Link: https://lore.kernel.org/r/ce11c15f2f72798a8d740f8a7d5cbf1e6d70974a.1596461275.git.cristian.ciocaltea@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
30 lines
752 B
Plaintext
30 lines
752 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config PINCTRL_OWL
|
|
bool "Actions Semi OWL pinctrl driver"
|
|
depends on (ARCH_ACTIONS || COMPILE_TEST) && OF
|
|
select PINMUX
|
|
select PINCONF
|
|
select GENERIC_PINCONF
|
|
select GPIOLIB
|
|
select GPIOLIB_IRQCHIP
|
|
help
|
|
Say Y here to enable Actions Semi OWL pinctrl driver
|
|
|
|
config PINCTRL_S500
|
|
bool "Actions Semi S500 pinctrl driver"
|
|
depends on PINCTRL_OWL
|
|
help
|
|
Say Y here to enable Actions Semi S500 pinctrl driver
|
|
|
|
config PINCTRL_S700
|
|
bool "Actions Semi S700 pinctrl driver"
|
|
depends on PINCTRL_OWL
|
|
help
|
|
Say Y here to enable Actions Semi S700 pinctrl driver
|
|
|
|
config PINCTRL_S900
|
|
bool "Actions Semi S900 pinctrl driver"
|
|
depends on PINCTRL_OWL
|
|
help
|
|
Say Y here to enable Actions Semi S900 pinctrl driver
|