1 /*
2  * Copyright (c) 2022, MediaTek Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef IOMMU_PLAT_H
8 #define IOMMU_PLAT_H
9 
10 /* mm iommu */
11 #define ATF_MTK_SMI_LARB_CFG_SUPPORT
12 
13 /* mm iommu, sec bank dump */
14 #define ATF_MTK_IOMMU_CFG_SUPPORT
15 
16 /* infra iommu */
17 #define ATF_MTK_INFRA_MASTER_CFG_SUPPORT
18 
19 #endif /* IOMMU_PLAT_H */
20