clk: actions: Add missing REGMAP_MMIO dependency
authorSaravanan Sekar <[email protected]>
Thu, 19 Jul 2018 09:06:45 +0000 (11:06 +0200)
committerStephen Boyd <[email protected]>
Wed, 25 Jul 2018 23:40:52 +0000 (16:40 -0700)
Add REGMAP_MMIO as dependency to avoid undefined
reference to regmap symbols.

Fixes: d85d20053e19 ("clk: actions: Add S900 SoC clock support")
Signed-off-by: Saravanan Sekar <[email protected]>
Reviewed-by: Andreas Färber <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
drivers/clk/actions/Kconfig

index 8854adb378476c8ca7573f0fc69651365d2f088a..39491154abbf2bde8b3949326c93a84d277811ea 100644 (file)
@@ -1,6 +1,7 @@
 config CLK_ACTIONS
        bool "Clock driver for Actions Semi SoCs"
        depends on ARCH_ACTIONS || COMPILE_TEST
+       select REGMAP_MMIO
        default ARCH_ACTIONS
 
 if CLK_ACTIONS