Commit 5784921f authored by Manivannan Sadhasivam's avatar Manivannan Sadhasivam Committed by Linus Walleij

pinctrl: actions: Add the platform dependency to drivers

The Actions Semi pinctrl drivers are a mix of both ARM32 and ARM64
platforms. So let's add the correct platform dependency to avoid them
being selected on the other.
Signed-off-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20210121062547.27173-1-manivannan.sadhasivam@linaro.orgSigned-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 561c1cf1
...@@ -12,18 +12,21 @@ config PINCTRL_OWL ...@@ -12,18 +12,21 @@ config PINCTRL_OWL
config PINCTRL_S500 config PINCTRL_S500
bool "Actions Semi S500 pinctrl driver" bool "Actions Semi S500 pinctrl driver"
depends on ARM
depends on PINCTRL_OWL depends on PINCTRL_OWL
help help
Say Y here to enable Actions Semi S500 pinctrl driver Say Y here to enable Actions Semi S500 pinctrl driver
config PINCTRL_S700 config PINCTRL_S700
bool "Actions Semi S700 pinctrl driver" bool "Actions Semi S700 pinctrl driver"
depends on ARM64
depends on PINCTRL_OWL depends on PINCTRL_OWL
help help
Say Y here to enable Actions Semi S700 pinctrl driver Say Y here to enable Actions Semi S700 pinctrl driver
config PINCTRL_S900 config PINCTRL_S900
bool "Actions Semi S900 pinctrl driver" bool "Actions Semi S900 pinctrl driver"
depends on ARM64
depends on PINCTRL_OWL depends on PINCTRL_OWL
help help
Say Y here to enable Actions Semi S900 pinctrl driver Say Y here to enable Actions Semi S900 pinctrl driver
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment