From 52d07dc92bcfc080bf429555c03215dfc0de77fb Mon Sep 17 00:00:00 2001 From: Wyon Bi Date: Wed, 23 Oct 2019 14:16:38 +0800 Subject: [PATCH] clk/rockchip/regmap: Add rk628 cru driver Change-Id: Idf8d8a654c6d6d5e382f8bf591e7c9c8135ff1d4 Signed-off-by: Wyon Bi --- drivers/clk/rockchip/Kconfig | 3 +++ drivers/clk/rockchip/Makefile | 1 + 2 files changed, 4 insertions(+) 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