aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/elog/boot_count.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/elog/boot_count.c')
-rw-r--r--src/drivers/elog/boot_count.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/elog/boot_count.c b/src/drivers/elog/boot_count.c
index 6e9fcaba3a..f1ae9d8f66 100644
--- a/src/drivers/elog/boot_count.c
+++ b/src/drivers/elog/boot_count.c
@@ -27,7 +27,7 @@
* This can either be declared as part of the option
* table or statically defined in the board config.
*/
-#if CONFIG_USE_OPTION_TABLE
+#if IS_ENABLED(CONFIG_USE_OPTION_TABLE)
# include "option_table.h"
# define BOOT_COUNT_CMOS_OFFSET (CMOS_VSTART_boot_count_offset >> 3)
#else