diff options
author | Yangtao Li <frank@allwinnertech.com> | 2020-07-24 14:58:43 +0800 |
---|---|---|
committer | Maxime Ripard <maxime@cerno.tech> | 2020-08-25 10:52:18 +0200 |
commit | fb038ce4db55cf2c911b6b221d10f06afe5f25af (patch) | |
tree | ae5b3b974e0a22b7c25f42bdade3fa616e552c4a /drivers/clk/sunxi-ng/Kconfig | |
parent | 2f704c29699dc3809d80095da8cf2cd5d19b28c4 (diff) | |
download | lwn-fb038ce4db55cf2c911b6b221d10f06afe5f25af.tar.gz lwn-fb038ce4db55cf2c911b6b221d10f06afe5f25af.zip |
clk: sunxi-ng: add support for the Allwinner A100 CCU
Add support for a100 in the sunxi-ng CCU framework.
Signed-off-by: Yangtao Li <frank@allwinnertech.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/1eb41bf6c966a0e54820200650d27a5d4f2ac160.1595572867.git.frank@allwinnertech.com
Diffstat (limited to 'drivers/clk/sunxi-ng/Kconfig')
-rw-r--r-- | drivers/clk/sunxi-ng/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/clk/sunxi-ng/Kconfig b/drivers/clk/sunxi-ng/Kconfig index cdf333003c30..ce5f5847d5d3 100644 --- a/drivers/clk/sunxi-ng/Kconfig +++ b/drivers/clk/sunxi-ng/Kconfig @@ -17,6 +17,16 @@ config SUN50I_A64_CCU default ARM64 && ARCH_SUNXI depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST +config SUN50I_A100_CCU + bool "Support for the Allwinner A100 CCU" + default ARM64 && ARCH_SUNXI + depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST + +config SUN50I_A100_R_CCU + bool "Support for the Allwinner A100 PRCM CCU" + default ARM64 && ARCH_SUNXI + depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST + config SUN50I_H6_CCU bool "Support for the Allwinner H6 CCU" default ARM64 && ARCH_SUNXI |