summaryrefslogtreecommitdiff
path: root/board/hatch_fp
diff options
context:
space:
mode:
Diffstat (limited to 'board/hatch_fp')
-rw-r--r--board/hatch_fp/board.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/board/hatch_fp/board.h b/board/hatch_fp/board.h
index d8d4062320..21bec1751c 100644
--- a/board/hatch_fp/board.h
+++ b/board/hatch_fp/board.h
@@ -227,7 +227,6 @@
#define CONFIG_DMA
#define CONFIG_FPU
#define CONFIG_HOST_COMMAND_STATUS
-#define CONFIG_LOW_POWER_IDLE
#define CONFIG_MKBP_EVENT
#define CONFIG_MKBP_USE_GPIO
#define CONFIG_PRINTF_LEGACY_LI_FORMAT
@@ -238,6 +237,10 @@
#define CONFIG_STM_HWTIMER32
#define CONFIG_WP_ACTIVE_HIGH
+#ifdef SECTION_IS_RW
+#define CONFIG_LOW_POWER_IDLE
+#endif /* SECTION_IS_RW */
+
#ifndef __ASSEMBLER__
/* Timer selection */