Commit d3171b68 authored by Linus Walleij's avatar Linus Walleij
Browse files

pinctrl: actions: Add depends on || COMPILE_TEST



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: 5784921f ("pinctrl: actions: Add the platform dependency to drivers")
Reviewed-by: default avatarManivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 4739b1b1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,21 +12,21 @@ config PINCTRL_OWL

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