This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / include / device / pci_ops.h
index ae58fed050d9be461c5437ba574748536003e7fa..da7e6c5d173dd6a272c1fa133ba35c99cd9320d5 100644 (file)
@@ -12,7 +12,7 @@ void pci_write_config8(device_t dev, unsigned where, uint8_t val);
 void pci_write_config16(device_t dev, unsigned where, uint16_t val);
 void pci_write_config32(device_t dev, unsigned where, uint32_t val);
 
-#if MMCONF_SUPPORT
+#if CONFIG_MMCONF_SUPPORT
 uint8_t  pci_mmio_read_config8(device_t dev, unsigned where);
 uint16_t pci_mmio_read_config16(device_t dev, unsigned where);
 uint32_t pci_mmio_read_config32(device_t dev, unsigned where);