diff options
-rw-r--r-- | zephyr/shim/include/config_chip.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zephyr/shim/include/config_chip.h b/zephyr/shim/include/config_chip.h index 4215fbd3b4..0e61cf755a 100644 --- a/zephyr/shim/include/config_chip.h +++ b/zephyr/shim/include/config_chip.h @@ -344,8 +344,9 @@ enum battery_type { #define CONFIG_CMD_LEDTEST #endif +#undef CONFIG_CPU_PROCHOT_ACTIVE_LOW #ifdef CONFIG_PLATFORM_EC_POWERSEQ_CPU_PROCHOT_ACTIVE_LOW -#define CONFIG_CHIPSET_CPU_PROCHOT_ACTIVE_LOW +#define CONFIG_CPU_PROCHOT_ACTIVE_LOW #endif #undef CONFIG_POWER_TRACK_HOST_SLEEP_STATE |