Skip to content

Commit

Permalink
clk: sprd: Select REGMAP_MMIO to avoid compile errors
Browse files Browse the repository at this point in the history
Make REGMAP_MMIO selected to avoid undefined reference to regmap symbols.

Fixes: d41f59f ("clk: sprd: Add common infrastructure")
Signed-off-by: Chunyan Zhang <chunyan.zhang@unisoc.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
  • Loading branch information
Chunyan Zhang authored and Stephen Boyd committed Jul 22, 2019
1 parent c93d059 commit c9a67cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clk/sprd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ config SPRD_COMMON_CLK
tristate "Clock support for Spreadtrum SoCs"
depends on ARCH_SPRD || COMPILE_TEST
default ARCH_SPRD
select REGMAP_MMIO

if SPRD_COMMON_CLK

Expand Down

0 comments on commit c9a67cb

Please sign in to comment.