summaryrefslogtreecommitdiff
path: root/drivers/soc/mediatek/Makefile
diff options
context:
space:
mode:
authorNeal Liu <neal.liu@mediatek.com>2020-10-15 11:20:39 +0800
committerMatthias Brugger <matthias.bgg@gmail.com>2020-11-28 00:28:25 +0100
commit0890beb22618c0359f1e2652fc1e49bb5c5e876d (patch)
tree49ef69a95c3d535849a3cbcd5fa03d7295eaec83 /drivers/soc/mediatek/Makefile
parentaaf162d4a5dfdf623a48b3bd6af2af4c237c38f3 (diff)
soc: mediatek: add mt6779 devapc driver
MediaTek bus fabric provides TrustZone security support and data protection to prevent slaves from being accessed by unexpected masters. The security violation is logged and sent to the processor for further analysis or countermeasures. Any occurrence of security violation would raise an interrupt, and it will be handled by mtk-devapc driver. The violation information is printed in order to find the murderer. Signed-off-by: Neal Liu <neal.liu@mediatek.com> Link: https://lore.kernel.org/r/1602732039-12179-3-git-send-email-neal.liu@mediatek.com Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
Diffstat (limited to 'drivers/soc/mediatek/Makefile')
-rw-r--r--drivers/soc/mediatek/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/mediatek/Makefile b/drivers/soc/mediatek/Makefile
index 1e60fb4f89d4..b6908db534c2 100644
--- a/drivers/soc/mediatek/Makefile
+++ b/drivers/soc/mediatek/Makefile
@@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_MTK_CMDQ) += mtk-cmdq-helper.o
+obj-$(CONFIG_MTK_DEVAPC) += mtk-devapc.o
obj-$(CONFIG_MTK_INFRACFG) += mtk-infracfg.o
obj-$(CONFIG_MTK_PMIC_WRAP) += mtk-pmic-wrap.o
obj-$(CONFIG_MTK_SCPSYS) += mtk-scpsys.o