X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Farch%2Fx86%2FKconfig;h=f49d09b8729f7945609c7a839e3b4895ad22742c;hb=5e02bc6d7ef7f976629a7bfb35429527a77e6321;hp=c5a0c0e2f5b1a24562c23528e12a942877c4cf9c;hpb=d4d5e4d3e10da06a83d57a147bd58a733381de18;p=coreboot.git diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig index c5a0c0e2f..f49d09b87 100644 --- a/src/arch/x86/Kconfig +++ b/src/arch/x86/Kconfig @@ -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