162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_cimenu "Ingenic SoCs drivers" 362306a36Sopenharmony_ci depends on MIPS || COMPILE_TEST 462306a36Sopenharmony_ci 562306a36Sopenharmony_ciconfig INGENIC_CGU_COMMON 662306a36Sopenharmony_ci bool 762306a36Sopenharmony_ci 862306a36Sopenharmony_ciconfig INGENIC_CGU_JZ4740 962306a36Sopenharmony_ci bool "Ingenic JZ4740 CGU driver" 1062306a36Sopenharmony_ci default MACH_JZ4740 1162306a36Sopenharmony_ci select INGENIC_CGU_COMMON 1262306a36Sopenharmony_ci help 1362306a36Sopenharmony_ci Support the clocks provided by the CGU hardware on Ingenic JZ4740 1462306a36Sopenharmony_ci and compatible SoCs. 1562306a36Sopenharmony_ci 1662306a36Sopenharmony_ci If building for a JZ4740 SoC, you want to say Y here. 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciconfig INGENIC_CGU_JZ4755 1962306a36Sopenharmony_ci bool "Ingenic JZ4755 CGU driver" 2062306a36Sopenharmony_ci default MACH_JZ4755 2162306a36Sopenharmony_ci select INGENIC_CGU_COMMON 2262306a36Sopenharmony_ci help 2362306a36Sopenharmony_ci Support the clocks provided by the CGU hardware on Ingenic JZ4755 2462306a36Sopenharmony_ci and compatible SoCs. 2562306a36Sopenharmony_ci 2662306a36Sopenharmony_ci If building for a JZ4755 SoC, you want to say Y here. 2762306a36Sopenharmony_ci 2862306a36Sopenharmony_ciconfig INGENIC_CGU_JZ4725B 2962306a36Sopenharmony_ci bool "Ingenic JZ4725B CGU driver" 3062306a36Sopenharmony_ci default MACH_JZ4725B 3162306a36Sopenharmony_ci select INGENIC_CGU_COMMON 3262306a36Sopenharmony_ci help 3362306a36Sopenharmony_ci Support the clocks provided by the CGU hardware on Ingenic JZ4725B 3462306a36Sopenharmony_ci and compatible SoCs. 3562306a36Sopenharmony_ci 3662306a36Sopenharmony_ci If building for a JZ4725B SoC, you want to say Y here. 3762306a36Sopenharmony_ci 3862306a36Sopenharmony_ciconfig INGENIC_CGU_JZ4760 3962306a36Sopenharmony_ci bool "Ingenic JZ4760 CGU driver" 4062306a36Sopenharmony_ci default MACH_JZ4760 4162306a36Sopenharmony_ci select INGENIC_CGU_COMMON 4262306a36Sopenharmony_ci help 4362306a36Sopenharmony_ci Support the clocks provided by the CGU hardware on Ingenic JZ4760 4462306a36Sopenharmony_ci and compatible SoCs. 4562306a36Sopenharmony_ci 4662306a36Sopenharmony_ci If building for a JZ4760 SoC, you want to say Y here. 4762306a36Sopenharmony_ci 4862306a36Sopenharmony_ciconfig INGENIC_CGU_JZ4770 4962306a36Sopenharmony_ci bool "Ingenic JZ4770 CGU driver" 5062306a36Sopenharmony_ci default MACH_JZ4770 5162306a36Sopenharmony_ci select INGENIC_CGU_COMMON 5262306a36Sopenharmony_ci help 5362306a36Sopenharmony_ci Support the clocks provided by the CGU hardware on Ingenic JZ4770 5462306a36Sopenharmony_ci and compatible SoCs. 5562306a36Sopenharmony_ci 5662306a36Sopenharmony_ci If building for a JZ4770 SoC, you want to say Y here. 5762306a36Sopenharmony_ci 5862306a36Sopenharmony_ciconfig INGENIC_CGU_JZ4780 5962306a36Sopenharmony_ci bool "Ingenic JZ4780 CGU driver" 6062306a36Sopenharmony_ci default MACH_JZ4780 6162306a36Sopenharmony_ci select INGENIC_CGU_COMMON 6262306a36Sopenharmony_ci help 6362306a36Sopenharmony_ci Support the clocks provided by the CGU hardware on Ingenic JZ4780 6462306a36Sopenharmony_ci and compatible SoCs. 6562306a36Sopenharmony_ci 6662306a36Sopenharmony_ci If building for a JZ4780 SoC, you want to say Y here. 6762306a36Sopenharmony_ci 6862306a36Sopenharmony_ciconfig INGENIC_CGU_X1000 6962306a36Sopenharmony_ci bool "Ingenic X1000 CGU driver" 7062306a36Sopenharmony_ci default MACH_X1000 7162306a36Sopenharmony_ci select INGENIC_CGU_COMMON 7262306a36Sopenharmony_ci help 7362306a36Sopenharmony_ci Support the clocks provided by the CGU hardware on Ingenic X1000 7462306a36Sopenharmony_ci and compatible SoCs. 7562306a36Sopenharmony_ci 7662306a36Sopenharmony_ci If building for a X1000 SoC, you want to say Y here. 7762306a36Sopenharmony_ci 7862306a36Sopenharmony_ciconfig INGENIC_CGU_X1830 7962306a36Sopenharmony_ci bool "Ingenic X1830 CGU driver" 8062306a36Sopenharmony_ci default MACH_X1830 8162306a36Sopenharmony_ci select INGENIC_CGU_COMMON 8262306a36Sopenharmony_ci help 8362306a36Sopenharmony_ci Support the clocks provided by the CGU hardware on Ingenic X1830 8462306a36Sopenharmony_ci and compatible SoCs. 8562306a36Sopenharmony_ci 8662306a36Sopenharmony_ci If building for a X1830 SoC, you want to say Y here. 8762306a36Sopenharmony_ci 8862306a36Sopenharmony_ciconfig INGENIC_TCU_CLK 8962306a36Sopenharmony_ci bool "Ingenic JZ47xx TCU clocks driver" 9062306a36Sopenharmony_ci default MACH_INGENIC 9162306a36Sopenharmony_ci select MFD_SYSCON 9262306a36Sopenharmony_ci help 9362306a36Sopenharmony_ci Support the clocks of the Timer/Counter Unit (TCU) of the Ingenic 9462306a36Sopenharmony_ci JZ47xx SoCs. 9562306a36Sopenharmony_ci 9662306a36Sopenharmony_ciendmenu 97