diff options
Diffstat (limited to 'src/include/gic.h')
-rw-r--r-- | src/include/gic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gic.h b/src/include/gic.h index f7339a43a7..ab06fc2275 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); |