projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
240d3d5
)
gpio: mvebu: Select REGMAP_MMIO now that regmap is used
author
Gregory CLEMENT
<gregory.clement@free-electrons.com>
Wed, 24 May 2017 14:32:06 +0000
(16:32 +0200)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/drivers/gpio/Kconfig
b/drivers/gpio/Kconfig
index f5e1b3d8baed0ace7b8cf68c2ded444939a50fd4..89e805fc5eba0c133151661e8bbceec5949e1d5f 100644
(file)
--- 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