brintos

brintos / linux-shallow public Read only

0
0
Text · 852 B · 119f0e4 Raw
33 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config PINCTRL_OWL3	bool "Actions Semi OWL pinctrl driver"4	depends on (ARCH_ACTIONS || COMPILE_TEST) && OF5	select PINMUX6	select PINCONF7	select GENERIC_PINCONF8	select GPIOLIB9	select GPIOLIB_IRQCHIP10	help11	  Say Y here to enable Actions Semi OWL pinctrl driver12 13config PINCTRL_S50014	bool "Actions Semi S500 pinctrl driver"15	depends on ARM || COMPILE_TEST16	depends on PINCTRL_OWL17	help18	  Say Y here to enable Actions Semi S500 pinctrl driver19 20config PINCTRL_S70021	bool "Actions Semi S700 pinctrl driver"22	depends on ARM64 || COMPILE_TEST23	depends on PINCTRL_OWL24	help25	  Say Y here to enable Actions Semi S700 pinctrl driver26 27config PINCTRL_S90028	bool "Actions Semi S900 pinctrl driver"29	depends on ARM64 || COMPILE_TEST30	depends on PINCTRL_OWL31	help32	  Say Y here to enable Actions Semi S900 pinctrl driver33