git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f41716d
)
mfd: davinci: Voicecodec needs regmap_mmio
author
Arnd Bergmann
<arnd@arndb.de>
Thu, 5 Jun 2014 21:24:13 +0000
(23:24 +0200)
committer
Lee Jones
<lee.jones@linaro.org>
Thu, 26 Jun 2014 12:33:58 +0000
(13:33 +0100)
Without REGMAP_MMIO, building that driver results in a link error:
drivers/built-in.o: In function `davinci_vc_probe':
:(.init.text+0x3c1c): undefined reference to `devm_regmap_init_mmio_clk'
This adds a Kconfig 'select' statement as the usual way to ensure
that REGMAP_MMIO is enabled.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/Kconfig
patch
|
blob
|
history
diff --cc
drivers/mfd/Kconfig
Simple merge