Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1649668
| From | Gregory CLEMENT <gregory.clement@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] gpio: mvebu: Select REGMAP_MMIO now that regmap is used |
| Date | 2017-05-24 16:40 +0200 |
| Message-ID | <tKFCa-3vO-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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> --- drivers/gpio/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 45ed9acfd095..68d9e6bde14d 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -339,6 +339,7 @@ config GPIO_MVEBU depends on PLAT_ORION depends on OF_GPIO select GENERIC_IRQ_CHIP + select REGMAP_MMIO config GPIO_MXC def_bool y -- 2.11.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] gpio: mvebu: Select REGMAP_MMIO now that regmap is used Gregory CLEMENT <gregory.clement@free-electrons.com> - 2017-05-24 16:40 +0200 Re: [PATCH] gpio: mvebu: Select REGMAP_MMIO now that regmap is used Linus Walleij <linus.walleij@linaro.org> - 2017-05-29 10:20 +0200
csiph-web