// SPDX-License-Identifier: GPL-2.0 /* * Copyright (c) 2020 MediaTek Inc. */ #ifndef __APUSYS_MNOC_OPTION_H__ #define __APUSYS_MNOC_OPTION_H__ #define MNOC_TIME_PROFILE (0) #define MNOC_INT_ENABLE (1) #if IS_ENABLED(CONFIG_MTK_QOS_V2) #define MNOC_QOS_ENABLE (1) #define MNOC_QOS_BOOST_ENABLE (1) #else #define MNOC_QOS_ENABLE (0) #define MNOC_QOS_BOOST_ENABLE (0) #endif /* #define MNOC_QOS_DEBOUNCE */ #define MNOC_DBG_ENABLE (0) #define MNOC_AEE_WARN_ENABLE (1) #define MNOC_APU_PWR_CHK (1) #define APU_QOS_IPUIF_ADJUST #endif