Skip to content

Commit c9a67cb

Browse files
Chunyan Zhangbebarino
authored andcommitted
clk: sprd: Select REGMAP_MMIO to avoid compile errors
Make REGMAP_MMIO selected to avoid undefined reference to regmap symbols. Fixes: d41f59f ("clk: sprd: Add common infrastructure") Signed-off-by: Chunyan Zhang <[email protected]> Signed-off-by: Stephen Boyd <[email protected]>
1 parent c93d059 commit c9a67cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/sprd/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ config SPRD_COMMON_CLK
33
tristate "Clock support for Spreadtrum SoCs"
44
depends on ARCH_SPRD || COMPILE_TEST
55
default ARCH_SPRD
6+
select REGMAP_MMIO
67

78
if SPRD_COMMON_CLK
89

0 commit comments

Comments
 (0)