1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 21d80c142SMaxime Ripardconfig SUNXI_CCU 391389c39SSamuel Holland tristate "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 117ec03b58SSamuel Holland tristate "Support for the Allwinner newer F1C100s CCU" 12*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 130380126eSMesih Kilinc depends on MACH_SUNIV || COMPILE_TEST 140380126eSMesih Kilinc 1535b97bb9SSamuel Hollandconfig SUN20I_D1_CCU 16f1404c72SSamuel Holland tristate "Support for the Allwinner D1/R528/T113 CCU" 17*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 18f1404c72SSamuel Holland depends on MACH_SUN8I || RISCV || COMPILE_TEST 1935b97bb9SSamuel Holland 2035b97bb9SSamuel Hollandconfig SUN20I_D1_R_CCU 21f1404c72SSamuel Holland tristate "Support for the Allwinner D1/R528/T113 PRCM CCU" 22*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 23f1404c72SSamuel Holland depends on MACH_SUN8I || RISCV || COMPILE_TEST 2435b97bb9SSamuel Holland 25c6a06374SMaxime Ripardconfig SUN50I_A64_CCU 26c8c525b0SSamuel Holland tristate "Support for the Allwinner A64 CCU" 27*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 28a26dc096SSamuel Holland depends on ARM64 || COMPILE_TEST 29c6a06374SMaxime Ripard 30fb038ce4SYangtao Liconfig SUN50I_A100_CCU 31c8c525b0SSamuel Holland tristate "Support for the Allwinner A100 CCU" 32*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 33a26dc096SSamuel Holland depends on ARM64 || COMPILE_TEST 34fb038ce4SYangtao Li 35fb038ce4SYangtao Liconfig SUN50I_A100_R_CCU 36c8c525b0SSamuel Holland tristate "Support for the Allwinner A100 PRCM CCU" 37*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 38a26dc096SSamuel Holland depends on ARM64 || COMPILE_TEST 39fb038ce4SYangtao Li 40524353eaSIcenowy Zhengconfig SUN50I_H6_CCU 41c8c525b0SSamuel Holland tristate "Support for the Allwinner H6 CCU" 42*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 43a26dc096SSamuel Holland depends on ARM64 || COMPILE_TEST 44524353eaSIcenowy Zheng 4588dde5e2SAndre Przywaraconfig SUN50I_H616_CCU 467ec03b58SSamuel Holland tristate "Support for the Allwinner H616 CCU" 47*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 48a26dc096SSamuel Holland depends on ARM64 || COMPILE_TEST 4988dde5e2SAndre Przywara 50b7c7b050SIcenowy Zhengconfig SUN50I_H6_R_CCU 517ec03b58SSamuel Holland tristate "Support for the Allwinner H6 and H616 PRCM CCU" 52*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 53a26dc096SSamuel Holland depends on ARM64 || COMPILE_TEST 54b7c7b050SIcenowy Zheng 557cae1e2bSAndre Przywaraconfig SUN55I_A523_CCU 567cae1e2bSAndre Przywara tristate "Support for the Allwinner A523/T527 CCU" 57*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 587cae1e2bSAndre Przywara depends on ARM64 || COMPILE_TEST 597cae1e2bSAndre Przywara 608cea339cSAndre Przywaraconfig SUN55I_A523_R_CCU 618cea339cSAndre Przywara tristate "Support for the Allwinner A523/T527 PRCM CCU" 62*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 638cea339cSAndre Przywara depends on ARM64 || COMPILE_TEST 648cea339cSAndre Przywara 65c84f5683SPriit Laesconfig SUN4I_A10_CCU 667ec03b58SSamuel Holland tristate "Support for the Allwinner A10/A20 CCU" 67*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 68c84f5683SPriit Laes depends on MACH_SUN4I || MACH_SUN7I || COMPILE_TEST 69c84f5683SPriit Laes 705e737617SMaxime Ripardconfig SUN5I_CCU 715e737617SMaxime Ripard bool "Support for the Allwinner sun5i family CCM" 72*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 7305c04befSPeter Robinson depends on MACH_SUN5I || COMPILE_TEST 7491389c39SSamuel Holland depends on SUNXI_CCU=y 755e737617SMaxime Ripard 76c6e6c96dSChen-Yu Tsaiconfig SUN6I_A31_CCU 777ec03b58SSamuel Holland tristate "Support for the Allwinner A31/A31s CCU" 78*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 7905c04befSPeter Robinson depends on MACH_SUN6I || COMPILE_TEST 80c6e6c96dSChen-Yu Tsai 81d91612d7SSamuel Hollandconfig SUN6I_RTC_CCU 82d91612d7SSamuel Holland tristate "Support for the Allwinner H616/R329 RTC CCU" 83*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 840ff347dbSSamuel Holland depends on MACH_SUN8I || ARM64 || RISCV || COMPILE_TEST 85d91612d7SSamuel Holland 865690879dSMaxime Ripardconfig SUN8I_A23_CCU 877ec03b58SSamuel Holland tristate "Support for the Allwinner A23 CCU" 88*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 8905c04befSPeter Robinson depends on MACH_SUN8I || COMPILE_TEST 905690879dSMaxime Ripard 91d05c748bSMaxime Ripardconfig SUN8I_A33_CCU 927ec03b58SSamuel Holland tristate "Support for the Allwinner A33 CCU" 93*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 9405c04befSPeter Robinson depends on MACH_SUN8I || COMPILE_TEST 95d05c748bSMaxime Ripard 9605359be1SChen-Yu Tsaiconfig SUN8I_A83T_CCU 97c8c525b0SSamuel Holland tristate "Support for the Allwinner A83T CCU" 98*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 994abfc297SSamuel Holland depends on MACH_SUN8I || COMPILE_TEST 10005359be1SChen-Yu Tsai 1010577e485SMaxime Ripardconfig SUN8I_H3_CCU 1027ec03b58SSamuel Holland tristate "Support for the Allwinner H3 CCU" 103*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 104a26dc096SSamuel Holland depends on MACH_SUN8I || ARM64 || COMPILE_TEST 1050577e485SMaxime Ripard 106d0f11d14SIcenowy Zhengconfig SUN8I_V3S_CCU 1077ec03b58SSamuel Holland tristate "Support for the Allwinner V3s CCU" 108*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 10905c04befSPeter Robinson depends on MACH_SUN8I || COMPILE_TEST 110d0f11d14SIcenowy Zheng 111763c5bd0SIcenowy Zhengconfig SUN8I_DE2_CCU 112c8c525b0SSamuel Holland tristate "Support for the Allwinner SoCs DE2 CCU" 113*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 1140ff347dbSSamuel Holland depends on MACH_SUN8I || ARM64 || RISCV || COMPILE_TEST 115763c5bd0SIcenowy Zheng 116cd030a78SIcenowy Zhengconfig SUN8I_R40_CCU 117c8c525b0SSamuel Holland tristate "Support for the Allwinner R40 CCU" 118*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 119cd030a78SIcenowy Zheng depends on MACH_SUN8I || COMPILE_TEST 120cd030a78SIcenowy Zheng 121b8eb71dcSChen-Yu Tsaiconfig SUN9I_A80_CCU 122c8c525b0SSamuel Holland tristate "Support for the Allwinner A80 CCU" 123*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 12405c04befSPeter Robinson depends on MACH_SUN9I || COMPILE_TEST 125b8eb71dcSChen-Yu Tsai 126cdb8b80bSIcenowy Zhengconfig SUN8I_R_CCU 1277ec03b58SSamuel Holland tristate "Support for Allwinner SoCs' PRCM CCUs" 128*115bd1f1SKrzysztof Kozlowski default ARCH_SUNXI 1290ff347dbSSamuel Holland depends on MACH_SUN8I || ARM64 || COMPILE_TEST 1301d80c142SMaxime Ripard 1311d80c142SMaxime Ripardendif 132