summaryrefslogtreecommitdiff
path: root/src/device/pci_early.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/pci_early.c')
-rw-r--r--src/device/pci_early.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/pci_early.c b/src/device/pci_early.c
index 71077385ab..6baebe0c28 100644
--- a/src/device/pci_early.c
+++ b/src/device/pci_early.c
@@ -71,7 +71,7 @@ unsigned pci_find_capability(pci_devfn_t dev, unsigned cap)
#endif /* __PRE_RAM__ */
-#if CONFIG_EARLY_PCI_BRIDGE
+#if IS_ENABLED(CONFIG_EARLY_PCI_BRIDGE)
static void pci_bridge_reset_secondary(device_t p2p_bridge)
{