diff options
author | Gregory CLEMENT <gregory.clement@free-electrons.com> | 2017-05-24 16:32:06 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2017-05-29 10:09:59 +0200 |
commit | f37e335f925968942c6f613fa17c57f625042f87 (patch) | |
tree | 4ab32d0d214be34b363af0666c22f01abe02ad98 /drivers/gpio/Kconfig | |
parent | 240d3d5b2a7a32630f1fadd6b145d48978882824 (diff) | |
download | linux-f37e335f925968942c6f613fa17c57f625042f87.tar.bz2 |
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 <fengguang.wu@intel.com>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |