Skip to content

Commit

Permalink
pinctrl: actions: Add the platform dependency to drivers
Browse files Browse the repository at this point in the history
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: Manivannan Sadhasivam <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Linus Walleij <[email protected]>
  • Loading branch information
Mani-Sadhasivam authored and linusw committed Jan 22, 2021
1 parent 561c1cf commit 5784921
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/pinctrl/actions/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,21 @@ config PINCTRL_OWL

config PINCTRL_S500
bool "Actions Semi S500 pinctrl driver"
depends on ARM
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
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
depends on PINCTRL_OWL
help
Say Y here to enable Actions Semi S900 pinctrl driver

0 comments on commit 5784921

Please sign in to comment.