Make PCI CONF2 support a compile time option
[coreboot.git] / src / arch / x86 / Kconfig
index 314646fdb975e71b1527f47b9c08f5d0b0dea589..f49d09b8729f7945609c7a839e3b4895ad22742c 100644 (file)
@@ -76,6 +76,14 @@ config CMOS_DEFAULT_FILE
 config BOOTBLOCK_SOUTHBRIDGE_INIT
        string
 
+config HAVE_ARCH_MEMSET
+       bool
+       default y
+
+config HAVE_ARCH_MEMCPY
+       bool
+       default y
+
 config BIG_ENDIAN
        bool
        default n
@@ -92,4 +100,8 @@ config IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS
        bool
        default n
 
+config PCI_CONF2
+       bool
+       default n
+
 endmenu