This patch unifies the use of config options in v2 to all start with CONFIG_
[coreboot.git] / src / mainboard / thomson / ip1000 / irq_tables.c
index daec6f0274961d82e498003af1dc1be82cd200bb..0ec955126e7a87bdff86e4244ad6482481f82be5 100644 (file)
@@ -23,7 +23,7 @@
 const struct irq_routing_table intel_irq_routing_table = {
        PIRQ_SIGNATURE,  /* u32 signature */
        PIRQ_VERSION,    /* u16 version   */
-       32+16*IRQ_SLOT_COUNT,    /* there can be total 7 devices on the bus */
+       32+16*CONFIG_IRQ_SLOT_COUNT,     /* there can be total 7 devices on the bus */
        0x00,            /* Where the interrupt router lies (bus) */
        (0x1f<<3)|0x0,   /* Where the interrupt router lies (dev) */
        0,               /* IRQs devoted exclusively to PCI usage */