Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 519d81956ee277b4419c723adfb154603c2565ba authored by Linus Torvalds on 18 October 2021, 06:00:13 UTC
Linux 5.15-rc6
Tip revision: 519d819
Kconfig
# 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 ARM || COMPILE_TEST
	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 ARM64 || COMPILE_TEST
	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 ARM64 || COMPILE_TEST
	depends on PINCTRL_OWL
	help
	  Say Y here to enable Actions Semi S900 pinctrl driver
back to top