soc: amlogic: meson-clk-measure: Add missing REGMAP_MMIO dependency
authorCorentin Labbe <clabbe@baylibre.com>
Mon, 10 Dec 2018 19:45:55 +0000 (19:45 +0000)
committerKevin Hilman <khilman@baylibre.com>
Mon, 10 Dec 2018 20:16:22 +0000 (12:16 -0800)
commitf56c06271c1c3caef9c7ef200e3d89967fd98a8e
tree8a62fce51d34719d1a125b28ed45e5e96c41a07d
parent2b45ebef39a2caad409f70b22b4a2a41df9815b6
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>
drivers/soc/amlogic/Kconfig