From e9b93213103fd442ed72802a1c3869f0939c3705 Mon Sep 17 00:00:00 2001 From: Maxime Ripard Date: Wed, 29 Jun 2016 21:05:28 +0200 Subject: clk: sunxi-ng: Add divider Add support for the various dividers (linear, table or pow-of-two based) found in the CCU. Signed-off-by: Maxime Ripard Signed-off-by: Michael Turquette Link: lkml.kernel.org/r/20160629190535.11855-8-maxime.ripard@free-electrons.com --- drivers/clk/sunxi-ng/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/clk/sunxi-ng/Kconfig') diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig index 3a3bc4368a2a..7e65e776e7a8 100644 --- a/drivers/clk/sunxi-ng/Kconfig +++ b/drivers/clk/sunxi-ng/Kconfig @@ -6,6 +6,10 @@ if SUNXI_CCU # Base clock types +config SUNXI_CCU_DIV + bool + select SUNXI_CCU_MUX + config SUNXI_CCU_FRAC bool -- cgit v1.2.3-59-g8ed1b