xref: /linux/drivers/clk/sunxi-ng/Kconfig (revision 394a36dd9dec7fd48b75dab23432632a30f241ea)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
21d80c142SMaxime Ripardconfig SUNXI_CCU
31d80c142SMaxime Ripard	bool "Clock support for Allwinner SoCs"
4d63a5e7cSJean Delvare	depends on ARCH_SUNXI || COMPILE_TEST
5aa01338cSTobias Regnery	select RESET_CONTROLLER
61d80c142SMaxime Ripard	default ARCH_SUNXI
789a3dfb7SMaxime Ripard
889a3dfb7SMaxime Ripardif SUNXI_CCU
989a3dfb7SMaxime Ripard
100380126eSMesih Kilincconfig SUNIV_F1C100S_CCU
110380126eSMesih Kilinc	bool "Support for the Allwinner newer F1C100s CCU"
120380126eSMesih Kilinc	default MACH_SUNIV
130380126eSMesih Kilinc	depends on MACH_SUNIV || COMPILE_TEST
140380126eSMesih Kilinc
15c6a06374SMaxime Ripardconfig SUN50I_A64_CCU
16c6a06374SMaxime Ripard	bool "Support for the Allwinner A64 CCU"
17c6a06374SMaxime Ripard	default ARM64 && ARCH_SUNXI
1805c04befSPeter Robinson	depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
19c6a06374SMaxime Ripard
20fb038ce4SYangtao Liconfig SUN50I_A100_CCU
21fb038ce4SYangtao Li	bool "Support for the Allwinner A100 CCU"
22fb038ce4SYangtao Li	default ARM64 && ARCH_SUNXI
23fb038ce4SYangtao Li	depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
24fb038ce4SYangtao Li
25fb038ce4SYangtao Liconfig SUN50I_A100_R_CCU
26fb038ce4SYangtao Li	bool "Support for the Allwinner A100 PRCM CCU"
27fb038ce4SYangtao Li	default ARM64 && ARCH_SUNXI
28fb038ce4SYangtao Li	depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
29fb038ce4SYangtao Li
30524353eaSIcenowy Zhengconfig SUN50I_H6_CCU
31524353eaSIcenowy Zheng	bool "Support for the Allwinner H6 CCU"
32524353eaSIcenowy Zheng	default ARM64 && ARCH_SUNXI
33524353eaSIcenowy Zheng	depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
34524353eaSIcenowy Zheng
35b7c7b050SIcenowy Zhengconfig SUN50I_H6_R_CCU
36*394a36ddSAndre Przywara	bool "Support for the Allwinner H6 and H616 PRCM CCU"
37b7c7b050SIcenowy Zheng	default ARM64 && ARCH_SUNXI
38b7c7b050SIcenowy Zheng	depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
39b7c7b050SIcenowy Zheng
40c84f5683SPriit Laesconfig SUN4I_A10_CCU
41c84f5683SPriit Laes	bool "Support for the Allwinner A10/A20 CCU"
42c84f5683SPriit Laes	default MACH_SUN4I
43c84f5683SPriit Laes	default MACH_SUN7I
44c84f5683SPriit Laes	depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST
45c84f5683SPriit Laes
465e737617SMaxime Ripardconfig SUN5I_CCU
475e737617SMaxime Ripard	bool "Support for the Allwinner sun5i family CCM"
485e737617SMaxime Ripard	default MACH_SUN5I
4905c04befSPeter Robinson	depends on MACH_SUN5I || COMPILE_TEST
505e737617SMaxime Ripard
51c6e6c96dSChen-Yu Tsaiconfig SUN6I_A31_CCU
52c6e6c96dSChen-Yu Tsai	bool "Support for the Allwinner A31/A31s CCU"
53c6e6c96dSChen-Yu Tsai	default MACH_SUN6I
5405c04befSPeter Robinson	depends on MACH_SUN6I || COMPILE_TEST
55c6e6c96dSChen-Yu Tsai
565690879dSMaxime Ripardconfig SUN8I_A23_CCU
575690879dSMaxime Ripard	bool "Support for the Allwinner A23 CCU"
585690879dSMaxime Ripard	default MACH_SUN8I
5905c04befSPeter Robinson	depends on MACH_SUN8I || COMPILE_TEST
605690879dSMaxime Ripard
61d05c748bSMaxime Ripardconfig SUN8I_A33_CCU
62d05c748bSMaxime Ripard	bool "Support for the Allwinner A33 CCU"
63d05c748bSMaxime Ripard	default MACH_SUN8I
6405c04befSPeter Robinson	depends on MACH_SUN8I || COMPILE_TEST
65d05c748bSMaxime Ripard
6605359be1SChen-Yu Tsaiconfig SUN8I_A83T_CCU
6705359be1SChen-Yu Tsai	bool "Support for the Allwinner A83T CCU"
6805359be1SChen-Yu Tsai	default MACH_SUN8I
6905359be1SChen-Yu Tsai
700577e485SMaxime Ripardconfig SUN8I_H3_CCU
710577e485SMaxime Ripard	bool "Support for the Allwinner H3 CCU"
729be1c8afSIcenowy Zheng	default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
7305c04befSPeter Robinson	depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST
740577e485SMaxime Ripard
75d0f11d14SIcenowy Zhengconfig SUN8I_V3S_CCU
76d0f11d14SIcenowy Zheng	bool "Support for the Allwinner V3s CCU"
77d0f11d14SIcenowy Zheng	default MACH_SUN8I
7805c04befSPeter Robinson	depends on MACH_SUN8I || COMPILE_TEST
79d0f11d14SIcenowy Zheng
80763c5bd0SIcenowy Zhengconfig SUN8I_DE2_CCU
81763c5bd0SIcenowy Zheng	bool "Support for the Allwinner SoCs DE2 CCU"
827d3cf7d2SJagan Teki	default MACH_SUN8I || (ARM64 && ARCH_SUNXI)
83763c5bd0SIcenowy Zheng
84cd030a78SIcenowy Zhengconfig SUN8I_R40_CCU
85cd030a78SIcenowy Zheng	bool "Support for the Allwinner R40 CCU"
86cd030a78SIcenowy Zheng	default MACH_SUN8I
87cd030a78SIcenowy Zheng	depends on MACH_SUN8I || COMPILE_TEST
88cd030a78SIcenowy Zheng
89b8eb71dcSChen-Yu Tsaiconfig SUN9I_A80_CCU
90b8eb71dcSChen-Yu Tsai	bool "Support for the Allwinner A80 CCU"
91b8eb71dcSChen-Yu Tsai	default MACH_SUN9I
9205c04befSPeter Robinson	depends on MACH_SUN9I || COMPILE_TEST
93b8eb71dcSChen-Yu Tsai
94cdb8b80bSIcenowy Zhengconfig SUN8I_R_CCU
95cdb8b80bSIcenowy Zheng	bool "Support for Allwinner SoCs' PRCM CCUs"
96cdb8b80bSIcenowy Zheng	default MACH_SUN8I || (ARCH_SUNXI && ARM64)
971d80c142SMaxime Ripard
981d80c142SMaxime Ripardendif
99