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:33 +0200
committerMichael Turquette <mturquette@baylibre.com>2016-07-08 18:05:06 -0700
commit4f728b5db7cb125af71e5da8154ac3b72653d819 (patch)
treecf8883d002ee6d51f9558796ee471280407f7f5f /drivers/clk/sunxi-ng/Kconfig
parentclk: sunxi-ng: Add N-K-M Factor clock (diff)
downloadlinux-dev-4f728b5db7cb125af71e5da8154ac3b72653d819.tar.xz
linux-dev-4f728b5db7cb125af71e5da8154ac3b72653d819.zip
clk: sunxi-ng: Add N-K-M-P factor clock
Introduce support for clocks that use a combination of two linear multipliers (N and K factors), one linear divider (M) and one power of two divider (P). 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-13-maxime.ripard@free-electrons.com
Diffstat (limited to 'drivers/clk/sunxi-ng/Kconfig')
-rw-r--r--drivers/clk/sunxi-ng/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig
index 4c571b86bfd1..24fc9e4cc546 100644
--- a/drivers/clk/sunxi-ng/Kconfig
+++ b/drivers/clk/sunxi-ng/Kconfig
@@ -33,6 +33,11 @@ config SUNXI_CCU_NKM
select RATIONAL
select SUNXI_CCU_GATE
+config SUNXI_CCU_NKMP
+ bool
+ select RATIONAL
+ select SUNXI_CCU_GATE
+
config SUNXI_CCU_NM
bool
select RATIONAL