From: Linus Walleij Date: Mon, 13 Nov 2017 10:04:27 +0000 (+0100) Subject: pinctrl: Add some depends on HAS_IOMEM X-Git-Tag: v4.15-rc1~85^2~1 X-Git-Url: https://repo.jachan.dev/linux.git/commitdiff_plain/fd35b2023b617ceadfce679ff091c6f652f7c878 pinctrl: Add some depends on HAS_IOMEM Some compilation fallout from UM Linux (which does not have IOMEM) makes it necessary to depend on HAS_IOMEM for drivers that doesn't have other factors restricting their selection. Cc: Phil Reid Reviewed-by: Sebastian Reichel Reported-by: R. Daneel Olivaw Signed-off-by: Linus Walleij --- diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 92bf1a06162c..f5ca67caac41 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -98,6 +98,7 @@ config PINCTRL_AT91PIO4 config PINCTRL_AMD tristate "AMD GPIO pin control" + depends on HAS_IOMEM select GPIOLIB select GPIOLIB_IRQCHIP select PINCONF @@ -201,6 +202,7 @@ config PINCTRL_RZA1 config PINCTRL_SINGLE tristate "One-register-per-pin type device tree based pinctrl driver" depends on OF + depends on HAS_IOMEM select GENERIC_PINCTRL_GROUPS select GENERIC_PINMUX_FUNCTIONS select GENERIC_PINCONF