summaryrefslogtreecommitdiffstats
path: root/drivers/clk/sunxi-ng/Kconfig
diff options
context:
space:
mode:
authorMaxime Ripard2016-06-29 21:05:34 +0200
committerMichael Turquette2016-07-09 03:05:12 +0200
commit0577e4853bfb4c65f620fa56d3157692df7f766e (patch)
tree5c96318a0982e12c4113d48436a079e010cc1a8c /drivers/clk/sunxi-ng/Kconfig
parentclk: sunxi-ng: Add N-K-M-P factor clock (diff)
downloadkernel-qcow2-linux-0577e4853bfb4c65f620fa56d3157692df7f766e.tar.gz
kernel-qcow2-linux-0577e4853bfb4c65f620fa56d3157692df7f766e.tar.xz
kernel-qcow2-linux-0577e4853bfb4c65f620fa56d3157692df7f766e.zip
clk: sunxi-ng: Add H3 clocks
Add the list of clocks and resets found in the H3 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-14-maxime.ripard@free-electrons.com
Diffstat (limited to 'drivers/clk/sunxi-ng/Kconfig')
-rw-r--r--drivers/clk/sunxi-ng/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig
index 24fc9e4cc546..41e53e8d4d41 100644
--- a/drivers/clk/sunxi-ng/Kconfig
+++ b/drivers/clk/sunxi-ng/Kconfig
@@ -49,4 +49,17 @@ config SUNXI_CCU_MP
select SUNXI_CCU_GATE
select SUNXI_CCU_MUX
+# SoC Drivers
+
+config SUN8I_H3_CCU
+ bool "Support for the Allwinner H3 CCU"
+ select SUNXI_CCU_DIV
+ select SUNXI_CCU_NK
+ select SUNXI_CCU_NKM
+ select SUNXI_CCU_NKMP
+ select SUNXI_CCU_NM
+ select SUNXI_CCU_MP
+ select SUNXI_CCU_PHASE
+ default ARCH_SUN8I
+
endif