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

pinctrl: cix: Fix obscure dependency

When compile-testing for UM-Linux the build fails because
we don't have IOMEM.

Add an explicit dependency.

Fixes: 920500c5fe66 ("pinctrl: cix: Add pin-controller support for sky1")
Reviewed-by: Peter Chen <peter.chen@cixtech.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+1
+1
drivers/pinctrl/cix/Kconfig
··· 9 9 config PINCTRL_SKY1 10 10 tristate "Cix Sky1 pinctrl driver" 11 11 depends on ARCH_CIX || COMPILE_TEST 12 + depends on HAS_IOMEM 12 13 select PINCTRL_SKY1_BASE 13 14 help 14 15 Say Y here to enable the sky1 pinctrl driver