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
8 lines
193 B
Makefile
8 lines
193 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
icc-core-objs := core.o
|
|
|
|
obj-$(CONFIG_INTERCONNECT) += icc-core.o
|
|
obj-$(CONFIG_INTERCONNECT_QCOM) += qcom/
|
|
obj-$(CONFIG_INTERCONNECT_MTK) += mediatek/
|