0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menu "Ingenic SoCs drivers"
0003 depends on MIPS || COMPILE_TEST
0004
0005 config INGENIC_CGU_COMMON
0006 bool
0007
0008 config INGENIC_CGU_JZ4740
0009 bool "Ingenic JZ4740 CGU driver"
0010 default MACH_JZ4740
0011 select INGENIC_CGU_COMMON
0012 help
0013 Support the clocks provided by the CGU hardware on Ingenic JZ4740
0014 and compatible SoCs.
0015
0016 If building for a JZ4740 SoC, you want to say Y here.
0017
0018 config INGENIC_CGU_JZ4725B
0019 bool "Ingenic JZ4725B CGU driver"
0020 default MACH_JZ4725B
0021 select INGENIC_CGU_COMMON
0022 help
0023 Support the clocks provided by the CGU hardware on Ingenic JZ4725B
0024 and compatible SoCs.
0025
0026 If building for a JZ4725B SoC, you want to say Y here.
0027
0028 config INGENIC_CGU_JZ4760
0029 bool "Ingenic JZ4760 CGU driver"
0030 default MACH_JZ4760
0031 select INGENIC_CGU_COMMON
0032 help
0033 Support the clocks provided by the CGU hardware on Ingenic JZ4760
0034 and compatible SoCs.
0035
0036 If building for a JZ4760 SoC, you want to say Y here.
0037
0038 config INGENIC_CGU_JZ4770
0039 bool "Ingenic JZ4770 CGU driver"
0040 default MACH_JZ4770
0041 select INGENIC_CGU_COMMON
0042 help
0043 Support the clocks provided by the CGU hardware on Ingenic JZ4770
0044 and compatible SoCs.
0045
0046 If building for a JZ4770 SoC, you want to say Y here.
0047
0048 config INGENIC_CGU_JZ4780
0049 bool "Ingenic JZ4780 CGU driver"
0050 default MACH_JZ4780
0051 select INGENIC_CGU_COMMON
0052 help
0053 Support the clocks provided by the CGU hardware on Ingenic JZ4780
0054 and compatible SoCs.
0055
0056 If building for a JZ4780 SoC, you want to say Y here.
0057
0058 config INGENIC_CGU_X1000
0059 bool "Ingenic X1000 CGU driver"
0060 default MACH_X1000
0061 select INGENIC_CGU_COMMON
0062 help
0063 Support the clocks provided by the CGU hardware on Ingenic X1000
0064 and compatible SoCs.
0065
0066 If building for a X1000 SoC, you want to say Y here.
0067
0068 config INGENIC_CGU_X1830
0069 bool "Ingenic X1830 CGU driver"
0070 default MACH_X1830
0071 select INGENIC_CGU_COMMON
0072 help
0073 Support the clocks provided by the CGU hardware on Ingenic X1830
0074 and compatible SoCs.
0075
0076 If building for a X1830 SoC, you want to say Y here.
0077
0078 config INGENIC_TCU_CLK
0079 bool "Ingenic JZ47xx TCU clocks driver"
0080 default MACH_INGENIC
0081 select MFD_SYSCON
0082 help
0083 Support the clocks of the Timer/Counter Unit (TCU) of the Ingenic
0084 JZ47xx SoCs.
0085
0086 endmenu