Skip to content

Commit 902ed55

Browse files
LeoCX-Tsaiquinchou77
authored andcommitted
fwk: hx30: disable virtual temp and fan
disable virtual function for adl release first, still need to tune for cpu stuck issue. BRANCH=fwk-hx20-hx30-4410 BUG=https://community.frame.work/t/12th-gen-intel-core-bios-3-09-release-beta/65716/15 TEST=test on ADL, running furmark set cpu to heavy loading check system not triiger prochot and fan can keep high duty(90%). Signed-off-by: LeoCX_Tsai <[email protected]>
1 parent e06653a commit 902ed55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

board/hx30/board.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -407,8 +407,8 @@
407407

408408
/* Support FAN */
409409
#define CONFIG_FANS 1
410-
#define CONFIG_CUSTOM_FAN_CONTROL
411-
#define CONFIG_FAN_RPM_CUSTOM
410+
/*#define CONFIG_CUSTOM_FAN_CONTROL*/
411+
/*#define CONFIG_FAN_RPM_CUSTOM*/
412412
#undef CONFIG_FAN_INIT_SPEED
413413
#define CONFIG_FAN_INIT_SPEED 15
414414
#define FAN_HARDARE_MAX 7100
@@ -467,14 +467,14 @@
467467
* Enable Virtual temp for better fan running
468468
* also smooth fan up/down rate.
469469
*/
470-
#define CONFIG_FAN_VIRTUAL_TEMP
470+
/*#define CONFIG_FAN_VIRTUAL_TEMP*/
471471

472472
/*
473473
* Enable more temp memmap for intel DTT
474474
*/
475-
#define CONFIG_DTT_SUPPORT
475+
/*#define CONFIG_DTT_SUPPORT*/
476476

477-
#define CONFIG_CUSTOMIZED_DESIGN
477+
/*#define CONFIG_CUSTOMIZED_DESIGN*/
478478

479479
/* LED signals */
480480
/*

0 commit comments

Comments
 (0)