#ifndef _MTK_COOLER_SETTING_H #define _MTK_COOLER_SETTING_H /*============================================================= * CONFIG (SW related) *=============================================================*/ /* mtk_cooler_mutt.c */ /* 1: turn on MD throttle V2 cooler; 0: turn off */ #define FEATURE_MUTT_V2 (0) /* mtk_cooler_mutt.c */ /* 1: turn on MD Thermal Warning Notification; 0: turn off */ #define FEATURE_THERMAL_DIAG (0) #endif /* _MTK_COOLER_SETTING_H */