Add CONFIG_GENERATE_* for tables so that the user can select which tables not
[coreboot.git] / src / southbridge / amd / cs5530 / cs5530_pirq.c
index 3fb9a74a1e2c537b2e8a18474464c4eba2214b07..693f7c47212b5201246731b40e9bd6afaf3fce6f 100644 (file)
@@ -23,7 +23,7 @@
 #include <device/pci.h>
 #include <device/pci_ids.h>
 
-#if (CONFIG_PIRQ_ROUTE==1 && CONFIG_HAVE_PIRQ_TABLE==1)
+#if (CONFIG_PIRQ_ROUTE==1 && CONFIG_GENERATE_PIRQ_TABLE==1)
 void pirq_assign_irqs(const unsigned char pIntAtoD[4])
 {
        device_t pdev;