aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc
diff options
context:
space:
mode:
authorCorentin Labbe <clabbe@baylibre.com>2018-12-10 19:45:55 +0000
committerKevin Hilman <khilman@baylibre.com>2018-12-10 12:16:22 -0800
commitf56c06271c1c3caef9c7ef200e3d89967fd98a8e (patch)
tree8a62fce51d34719d1a125b28ed45e5e96c41a07d /drivers/soc
parentsoc: amlogic: Add Meson Clock Measure driver (diff)
downloadlinux-dev-f56c06271c1c3caef9c7ef200e3d89967fd98a8e.tar.xz
linux-dev-f56c06271c1c3caef9c7ef200e3d89967fd98a8e.zip
soc: amlogic: meson-clk-measure: Add missing REGMAP_MMIO dependency
This patchs adds a missing dependency on REGMAP_MMIO. This cause the following build failure on SPARC: drivers/soc/amlogic/meson-clk-measure.o: In function `meson_msr_probe': meson-clk-measure.c:(.text+0xc4): undefined reference to `__devm_regmap_init_mmio_clk' Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Diffstat (limited to 'drivers/soc')
-rw-r--r--drivers/soc/amlogic/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/amlogic/Kconfig b/drivers/soc/amlogic/Kconfig
index 36633bb6c8bb..5501ad5650b2 100644
--- a/drivers/soc/amlogic/Kconfig
+++ b/drivers/soc/amlogic/Kconfig
@@ -11,6 +11,7 @@ config MESON_CLK_MEASURE
bool "Amlogic Meson SoC Clock Measure driver"
depends on ARCH_MESON || COMPILE_TEST
default ARCH_MESON
+ select REGMAP_MMIO
help
Say yes to support of Measuring a set of internal SoC clocks
from the debugfs interface.