summaryrefslogtreecommitdiff
path: root/src/arch/x86
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86')
-rw-r--r--src/arch/x86/Kconfig12
-rw-r--r--src/arch/x86/lib/Makefile.inc1
2 files changed, 0 insertions, 13 deletions
diff --git a/src/arch/x86/Kconfig b/src/arch/x86/Kconfig
index 69cdc8a5a4..95fc172695 100644
--- a/src/arch/x86/Kconfig
+++ b/src/arch/x86/Kconfig
@@ -103,14 +103,6 @@ config HAVE_ARCH_MEMCPY
bool
default y
-config BIG_ENDIAN
- bool
- default n
-
-config LITTLE_ENDIAN
- bool
- default !BIG_ENDIAN
-
config IOAPIC_INTERRUPTS_ON_FSB
bool
default y if !IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS
@@ -119,10 +111,6 @@ config IOAPIC_INTERRUPTS_ON_APIC_SERIAL_BUS
bool
default n
-config PCI_CONF2
- bool
- default n
-
config HPET_ADDRESS
hex
default 0xfed00000 if !HPET_ADDRESS_OVERRIDE
diff --git a/src/arch/x86/lib/Makefile.inc b/src/arch/x86/lib/Makefile.inc
index 7cdd3c64dd..56e4171578 100644
--- a/src/arch/x86/lib/Makefile.inc
+++ b/src/arch/x86/lib/Makefile.inc
@@ -1,7 +1,6 @@
ramstage-y += c_start.S
ramstage-y += cpu.c
ramstage-y += pci_ops_conf1.c
-ramstage-$(CONFIG_PCI_CONF2) += pci_ops_conf2.c
ramstage-$(CONFIG_MMCONF_SUPPORT) += pci_ops_mmconf.c
ramstage-y += exception.c
ramstage-$(CONFIG_IOAPIC) += ioapic.c