From 37332b66fa1911144dc2c7cd0bda77f7dbbcfb3b Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 29 May 2013 13:10:56 -0700 Subject: arch: clean up Kconfig and Makefile remove some unused code Change-Id: I41602fb391c1910c588a4f9dcc7c2edefe8ab5bc Signed-off-by: Stefan Reinauer Signed-off-by: Gabe Black Reviewed-on: http://review.coreboot.org/3669 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- src/arch/x86/Kconfig | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/arch/x86/Kconfig') 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 -- cgit v1.2.3