From: Gregory CLEMENT Date: Wed, 24 May 2017 14:32:06 +0000 (+0200) Subject: gpio: mvebu: Select REGMAP_MMIO now that regmap is used X-Git-Tag: v4.13-rc1~116^2~58 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f37e335f925968942c6f613fa17c57f625042f87;p=karo-tx-linux.git gpio: mvebu: Select REGMAP_MMIO now that regmap is used Since the commit "gpio: mvebu: switch to regmap for register access" the driver use the regmap. Explicitly select the REGMAP_MMIO symbol to fix build error. Reported-by: kbuild test robot Signed-off-by: Gregory CLEMENT Signed-off-by: Linus Walleij --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index f5e1b3d8baed..89e805fc5eba 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -329,6 +329,7 @@ config GPIO_MVEBU depends on PLAT_ORION || ARCH_MVEBU depends on OF_GPIO select GENERIC_IRQ_CHIP + select REGMAP_MMIO config GPIO_MXC def_bool y