Skip to content

Commit ebd6148

Browse files
author
Linus Walleij
committed
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: 920500c ("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 parent da53dcd commit ebd6148

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pinctrl/cix/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ config PINCTRL_SKY1_BASE
99
config PINCTRL_SKY1
1010
tristate "Cix Sky1 pinctrl driver"
1111
depends on ARCH_CIX || COMPILE_TEST
12+
depends on HAS_IOMEM
1213
select PINCTRL_SKY1_BASE
1314
help
1415
Say Y here to enable the sky1 pinctrl driver

0 commit comments

Comments
 (0)