Files
Arvin Wang d6491310fc interconnect: mediatek: Add dvfsrc interconnect provider driver
Introduce Mediatek dvfsrc specific provider driver using the
interconnect framework.

Change-Id: I5da11d17cb702ee4ae9c42d0650a02cb53832f73
Signed-off-by: Arvin Wang <arvin.wang@mediatek.com>
CR-Id: ALPS04419708
Feature: VCORE DVFS
2019-06-05 20:06:02 +08:00

17 lines
382 B
Plaintext

menuconfig INTERCONNECT
tristate "On-Chip Interconnect management support"
help
Support for management of the on-chip interconnects.
This framework is designed to provide a generic interface for
managing the interconnects in a SoC.
If unsure, say no.
if INTERCONNECT
source "drivers/interconnect/qcom/Kconfig"
source "drivers/interconnect/mediatek/Kconfig"
endif