From: Linus Walleij Date: Mon, 24 Nov 2025 14:35:16 +0000 (+0100) Subject: pinctrl: cix: Fix obscure dependency X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ebd61482ffab499208f06b8d3fa183cbe2dd5fa7;p=thirdparty%2Fkernel%2Fstable.git 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 Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/cix/Kconfig b/drivers/pinctrl/cix/Kconfig index 455120dd7318..1529b1af6388 100644 --- a/drivers/pinctrl/cix/Kconfig +++ b/drivers/pinctrl/cix/Kconfig @@ -9,6 +9,7 @@ config PINCTRL_SKY1_BASE config PINCTRL_SKY1 tristate "Cix Sky1 pinctrl driver" depends on ARCH_CIX || COMPILE_TEST + depends on HAS_IOMEM select PINCTRL_SKY1_BASE help Say Y here to enable the sky1 pinctrl driver