aboutsummaryrefslogtreecommitdiff
path: root/src/include/option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/option.h')
-rw-r--r--src/include/option.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/option.h b/src/include/option.h
index f6ede965d8..3a20dcf196 100644
--- a/src/include/option.h
+++ b/src/include/option.h
@@ -6,7 +6,7 @@
* storage can be used. This will benefit machines without CMOS as well as those
* without a battery-backed CMOS (e.g. some laptops).
*/
-#if IS_ENABLED(CONFIG_USE_OPTION_TABLE)
+#if CONFIG(USE_OPTION_TABLE)
#include <pc80/mc146818rtc.h>
#else
#include <types.h>