brintos

brintos / linux-shallow public Read only

0
0
Text · 2.9 KiB · b547198 Raw
122 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SUNXI_CCU3	tristate "Clock support for Allwinner SoCs"4	depends on ARCH_SUNXI || COMPILE_TEST5	select RESET_CONTROLLER6	default ARCH_SUNXI7 8if SUNXI_CCU9 10config SUNIV_F1C100S_CCU11	tristate "Support for the Allwinner newer F1C100s CCU"12	default y13	depends on MACH_SUNIV || COMPILE_TEST14 15config SUN20I_D1_CCU16	tristate "Support for the Allwinner D1/R528/T113 CCU"17	default y18	depends on MACH_SUN8I || RISCV || COMPILE_TEST19 20config SUN20I_D1_R_CCU21	tristate "Support for the Allwinner D1/R528/T113 PRCM CCU"22	default y23	depends on MACH_SUN8I || RISCV || COMPILE_TEST24 25config SUN50I_A64_CCU26	tristate "Support for the Allwinner A64 CCU"27	default y28	depends on ARM64 || COMPILE_TEST29 30config SUN50I_A100_CCU31	tristate "Support for the Allwinner A100 CCU"32	default y33	depends on ARM64 || COMPILE_TEST34 35config SUN50I_A100_R_CCU36	tristate "Support for the Allwinner A100 PRCM CCU"37	default y38	depends on ARM64 || COMPILE_TEST39 40config SUN50I_H6_CCU41	tristate "Support for the Allwinner H6 CCU"42	default y43	depends on ARM64 || COMPILE_TEST44 45config SUN50I_H616_CCU46	tristate "Support for the Allwinner H616 CCU"47	default y48	depends on ARM64 || COMPILE_TEST49 50config SUN50I_H6_R_CCU51	tristate "Support for the Allwinner H6 and H616 PRCM CCU"52	default y53	depends on ARM64 || COMPILE_TEST54 55config SUN4I_A10_CCU56	tristate "Support for the Allwinner A10/A20 CCU"57	default y58	depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST59 60config SUN5I_CCU61	bool "Support for the Allwinner sun5i family CCM"62	default y63	depends on MACH_SUN5I || COMPILE_TEST64	depends on SUNXI_CCU=y65 66config SUN6I_A31_CCU67	tristate "Support for the Allwinner A31/A31s CCU"68	default y69	depends on MACH_SUN6I || COMPILE_TEST70 71config SUN6I_RTC_CCU72	tristate "Support for the Allwinner H616/R329 RTC CCU"73	default y74	depends on MACH_SUN8I || ARM64 || RISCV || COMPILE_TEST75 76config SUN8I_A23_CCU77	tristate "Support for the Allwinner A23 CCU"78	default y79	depends on MACH_SUN8I || COMPILE_TEST80 81config SUN8I_A33_CCU82	tristate "Support for the Allwinner A33 CCU"83	default y84	depends on MACH_SUN8I || COMPILE_TEST85 86config SUN8I_A83T_CCU87	tristate "Support for the Allwinner A83T CCU"88	default y89	depends on MACH_SUN8I || COMPILE_TEST90 91config SUN8I_H3_CCU92	tristate "Support for the Allwinner H3 CCU"93	default y94	depends on MACH_SUN8I || ARM64 || COMPILE_TEST95 96config SUN8I_V3S_CCU97	tristate "Support for the Allwinner V3s CCU"98	default y99	depends on MACH_SUN8I || COMPILE_TEST100 101config SUN8I_DE2_CCU102	tristate "Support for the Allwinner SoCs DE2 CCU"103	default y104	depends on MACH_SUN8I || ARM64 || RISCV || COMPILE_TEST105 106config SUN8I_R40_CCU107	tristate "Support for the Allwinner R40 CCU"108	default y109	depends on MACH_SUN8I || COMPILE_TEST110 111config SUN9I_A80_CCU112	tristate "Support for the Allwinner A80 CCU"113	default y114	depends on MACH_SUN9I || COMPILE_TEST115 116config SUN8I_R_CCU117	tristate "Support for Allwinner SoCs' PRCM CCUs"118	default y119	depends on MACH_SUN8I || ARM64 || COMPILE_TEST120 121endif122