Make PCI CONF2 support a compile time option
[coreboot.git] / src / arch / x86 / Kconfig
index 4ca49cbaf482b31b1ae54868fce5815e50b73aae..f49d09b8729f7945609c7a839e3b4895ad22742c 100644 (file)
@@ -100,4 +100,8 @@ config IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS
        bool
        default n
 
+config PCI_CONF2
+       bool
+       default n
+
 endmenu