]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
gpio: mvebu: Select REGMAP_MMIO now that regmap is used
authorGregory CLEMENT <gregory.clement@free-electrons.com>
Wed, 24 May 2017 14:32:06 +0000 (16:32 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Mon, 29 May 2017 08:09:59 +0000 (10:09 +0200)
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 <fengguang.wu@intel.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/Kconfig

index f5e1b3d8baed0ace7b8cf68c2ded444939a50fd4..89e805fc5eba0c133151661e8bbceec5949e1d5f 100644 (file)
@@ -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