summaryrefslogtreecommitdiffstats
path: root/src/include/gic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gic.h')
-rw-r--r--src/include/gic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gic.h b/src/include/gic.h
index f7339a43a757..ab06fc2275b5 100644
--- a/src/include/gic.h
+++ b/src/include/gic.h
@@ -16,7 +16,7 @@
#ifndef GIC_H
#define GIC_H
-#if IS_ENABLED(CONFIG_GIC)
+#if CONFIG(GIC)
/* Initialize the GIC on the currently processor, including GICD and GICC. */
void gic_init(void);