mt_cooler_setting.h 483 B

12345678910111213141516
  1. #ifndef _MTK_COOLER_SETTING_H
  2. #define _MTK_COOLER_SETTING_H
  3. /*=============================================================
  4. * CONFIG (SW related)
  5. *=============================================================*/
  6. /* mtk_cooler_mutt.c */
  7. /* 1: turn on MD throttle V2 cooler; 0: turn off */
  8. #define FEATURE_MUTT_V2 (0)
  9. /* mtk_cooler_mutt.c */
  10. /* 1: turn on MD Thermal Warning Notification; 0: turn off */
  11. #define FEATURE_THERMAL_DIAG (0)
  12. #endif /* _MTK_COOLER_SETTING_H */