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