Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: 5784921f7b6c ("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>

+3 -3
+3 -3
drivers/pinctrl/actions/Kconfig
··· 12 12 13 13 config PINCTRL_S500 14 14 bool "Actions Semi S500 pinctrl driver" 15 - depends on ARM 15 + depends on ARM || COMPILE_TEST 16 16 depends on PINCTRL_OWL 17 17 help 18 18 Say Y here to enable Actions Semi S500 pinctrl driver 19 19 20 20 config PINCTRL_S700 21 21 bool "Actions Semi S700 pinctrl driver" 22 - depends on ARM64 22 + depends on ARM64 || COMPILE_TEST 23 23 depends on PINCTRL_OWL 24 24 help 25 25 Say Y here to enable Actions Semi S700 pinctrl driver 26 26 27 27 config PINCTRL_S900 28 28 bool "Actions Semi S900 pinctrl driver" 29 - depends on ARM64 29 + depends on ARM64 || COMPILE_TEST 30 30 depends on PINCTRL_OWL 31 31 help 32 32 Say Y here to enable Actions Semi S900 pinctrl driver