mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-12 23:54:19 +08:00
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: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> Link: https://lore.kernel.org/r/20210121062547.27173-1-manivannan.sadhasivam@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
561c1cf17c
commit
5784921f7b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user