Make PCI CONF2 support a compile time option
[coreboot.git] / src / arch / x86 / Kconfig
index c5a0c0e2f5b1a24562c23528e12a942877c4cf9c..f49d09b8729f7945609c7a839e3b4895ad22742c 100644 (file)
@@ -8,10 +8,6 @@ config AP_IN_SIPI_WAIT
        default n
        depends on ARCH_X86
 
-config ROMBASE
-       hex
-       default 0xffff0000
-
 config RAMBASE
        hex
        default 0x100000
@@ -80,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
@@ -96,4 +100,8 @@ config IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS
        bool
        default n
 
+config PCI_CONF2
+       bool
+       default n
+
 endmenu