summaryrefslogtreecommitdiff
path: root/src/northbridge/via/cx700/lpc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/via/cx700/lpc.c')
-rw-r--r--src/northbridge/via/cx700/lpc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/via/cx700/lpc.c b/src/northbridge/via/cx700/lpc.c
index c90dab7b84..4915066386 100644
--- a/src/northbridge/via/cx700/lpc.c
+++ b/src/northbridge/via/cx700/lpc.c
@@ -266,7 +266,7 @@ static void cx700_lpc_init(struct device *dev)
{
cx700_set_lpc_registers(dev);
-#if CONFIG_IOAPIC
+#if IS_ENABLED(CONFIG_IOAPIC)
#define IO_APIC_ID 2
setup_ioapic(VIO_APIC_VADDR, IO_APIC_ID);
#endif