xref: /linux/drivers/interconnect/mediatek/Kconfig (revision a1ff5a7d78a036d6c2178ee5acd6ba4946243800)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config INTERCONNECT_MTK
4	bool "MediaTek interconnect drivers"
5	depends on ARCH_MEDIATEK || COMPILE_TEST
6	help
7	  Support for MediaTek's bus interconnect hardware.
8
9config INTERCONNECT_MTK_DVFSRC_EMI
10	tristate "MediaTek DVFSRC EMI interconnect driver"
11	depends on INTERCONNECT_MTK && MTK_DVFSRC
12	help
13	  This is a driver for the MediaTek External Memory Interface
14	  interconnect on SoCs equipped with the integrated Dynamic
15	  Voltage Frequency Scaling Resource Collector (DVFSRC) MCU
16
17config INTERCONNECT_MTK_MT8183
18	tristate "MediaTek MT8183 interconnect driver"
19	depends on INTERCONNECT_MTK_DVFSRC_EMI
20	help
21	  This is a driver for the MediaTek bus interconnect on MT8183-based
22	  platforms.
23
24config INTERCONNECT_MTK_MT8195
25	tristate "MediaTek MT8195 interconnect driver"
26	depends on INTERCONNECT_MTK_DVFSRC_EMI
27	help
28	  This is a driver for the MediaTek bus interconnect on MT8195-based
29	  platforms.
30