mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 05:32:00 +00:00
d3171b6882
I happened to apply the v1 of the patch restriction the
selection to ARM or ARM64, sorry for my sloppiness.
Fixing up the mistake as I can't back the patch out now.
Fixes: 5784921f7b
("pinctrl: actions: Add the platform dependency to drivers")
Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
33 lines
852 B
Plaintext
33 lines
852 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 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
|