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