diff --git a/drivers/clk/rockchip/Kconfig b/drivers/clk/rockchip/Kconfig index c3e59ca83e72..24d699f25779 100644 --- a/drivers/clk/rockchip/Kconfig +++ b/drivers/clk/rockchip/Kconfig @@ -118,4 +118,7 @@ config ROCKCHIP_CLK_COMPENSATION bool "Rockchip Clk Compensation" help Say y here to enable clk compensation(+/- 1000 ppm). + +source "drivers/clk/rockchip/regmap/Kconfig" + endif diff --git a/drivers/clk/rockchip/Makefile b/drivers/clk/rockchip/Makefile index 230df25d7530..6a1b2ef29001 100644 --- a/drivers/clk/rockchip/Makefile +++ b/drivers/clk/rockchip/Makefile @@ -4,6 +4,7 @@ # obj-$(CONFIG_COMMON_CLK_ROCKCHIP) += clk-rockchip.o +obj-$(CONFIG_COMMON_CLK_ROCKCHIP_REGMAP) += regmap/ clk-rockchip-y += clk.o clk-rockchip-y += clk-pll.o