Skip to content

Commit

Permalink
clk: actions: Add missing REGMAP_MMIO dependency
Browse files Browse the repository at this point in the history
Add REGMAP_MMIO as dependency to avoid undefined
reference to regmap symbols.

Fixes: d85d200 ("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]>
  • Loading branch information
ssekar15 authored and bebarino committed Jul 25, 2018
1 parent ce397d2 commit d017c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/actions/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d017c1f

Please sign in to comment.