aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/Kconfig
diff options
context:
space:
mode:
authorMaxime Ripard <maxime.ripard@free-electrons.com>2016-06-29 21:05:28 +0200
committerMichael Turquette <mturquette@baylibre.com>2016-07-08 18:04:48 -0700
commite9b93213103fd442ed72802a1c3869f0939c3705 (patch)
treef49f326aeda86250f2142819612bcb8528b72b3c /drivers/clk/sunxi-ng/Kconfig
parentclk: sunxi-ng: Add phase clock support (diff)
downloadlinux-dev-e9b93213103fd442ed72802a1c3869f0939c3705.tar.xz
linux-dev-e9b93213103fd442ed72802a1c3869f0939c3705.zip
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 <maxime.ripard@free-electrons.com> Signed-off-by: Michael Turquette <mturquette@baylibre.com> Link: lkml.kernel.org/r/20160629190535.11855-8-maxime.ripard@free-electrons.com
Diffstat (limited to 'drivers/clk/sunxi-ng/Kconfig')
-rw-r--r--drivers/clk/sunxi-ng/Kconfig4
1 files changed, 4 insertions, 0 deletions
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