This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / southbridge / amd / cs5536 / cs5536_pirq.c
index b8b4a10b1d4c45d95b375938ceec63b3caf6d9e5..07232538980fa414daf455784e4a626296907262 100644 (file)
@@ -23,7 +23,7 @@
 #include <device/pci.h>
 #include <device/pci_ids.h>
 
-#if (PIRQ_ROUTE==1 && HAVE_PIRQ_TABLE==1)
+#if (CONFIG_PIRQ_ROUTE==1 && CONFIG_HAVE_PIRQ_TABLE==1)
 void pirq_assign_irqs(const unsigned char pIntAtoD[4])
 {
        device_t pdev;