25 lines
493 B
C
25 lines
493 B
C
// 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)
|
|
#define MNOC_QOS_ENABLE (1)
|
|
#define MNOC_QOS_BOOST_ENABLE (1)
|
|
#define MNOC_QOS_DEBOUNCE
|
|
#define MNOC_DBG_ENABLE (0)
|
|
#define MNOC_AEE_WARN_ENABLE (1)
|
|
#define MNOC_APU_PWR_CHK (0)
|
|
|
|
#define APU_QOS_IPUIF_ADJUST
|
|
|
|
#define MNOC_MET_PMU_FTRACE
|
|
#define MNOC_TAG_TP
|
|
|
|
#define APU_QOS_DVFSRC
|
|
|
|
#endif
|