Kconfig (98619dc3cecc2b3943d6abe1db235c868dc72f8d) Kconfig (43c04ed79189214e478c4c0f82319e94ba30c756)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# MediaTek Clock Drivers
4#
5menu "Clock driver for MediaTek SoC"
6 depends on ARCH_MEDIATEK || COMPILE_TEST
7
8config COMMON_CLK_MEDIATEK

--- 110 unchanged lines hidden (view full) ---

119 This driver supports MediaTek MT2712 vdecsys clocks.
120
121config COMMON_CLK_MT2712_VENCSYS
122 tristate "Clock driver for MediaTek MT2712 vencsys"
123 depends on COMMON_CLK_MT2712
124 help
125 This driver supports MediaTek MT2712 vencsys clocks.
126
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# MediaTek Clock Drivers
4#
5menu "Clock driver for MediaTek SoC"
6 depends on ARCH_MEDIATEK || COMPILE_TEST
7
8config COMMON_CLK_MEDIATEK

--- 110 unchanged lines hidden (view full) ---

119 This driver supports MediaTek MT2712 vdecsys clocks.
120
121config COMMON_CLK_MT2712_VENCSYS
122 tristate "Clock driver for MediaTek MT2712 vencsys"
123 depends on COMMON_CLK_MT2712
124 help
125 This driver supports MediaTek MT2712 vencsys clocks.
126
127config COMMON_CLK_MT6735
128 tristate "Main clock drivers for MediaTek MT6735"
129 depends on ARCH_MEDIATEK || COMPILE_TEST
130 select COMMON_CLK_MEDIATEK
131 help
132 This enables drivers for clocks and resets provided
133 by apmixedsys, topckgen, infracfg and pericfg on the
134 MediaTek MT6735 SoC.
135
127config COMMON_CLK_MT6765
128 bool "Clock driver for MediaTek MT6765"
129 depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
130 select COMMON_CLK_MEDIATEK
131 default ARCH_MEDIATEK && ARM64
132 help
133 This driver supports MediaTek MT6765 basic clocks.
134

--- 898 unchanged lines hidden ---
136config COMMON_CLK_MT6765
137 bool "Clock driver for MediaTek MT6765"
138 depends on (ARCH_MEDIATEK && ARM64) || COMPILE_TEST
139 select COMMON_CLK_MEDIATEK
140 default ARCH_MEDIATEK && ARM64
141 help
142 This driver supports MediaTek MT6765 basic clocks.
143

--- 898 unchanged lines hidden ---