From d5663bac2c6b2cea2f8c5fa4bd972517325af13b Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 18 Jan 2010 17:30:36 +0000 Subject: Move all IOAPIC selection to southbridges, and remove them from mainboards. Some adaptations were necessary after the IOAPIC cleanup, so this should fix the build. Fix intel/d945gclf build, which was missing some ACPI component. Signed-off-by: Patrick Georgi Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5039 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/kontron/986lcd-m/Kconfig | 1 - src/mainboard/kontron/kt690/Kconfig | 1 - 2 files changed, 2 deletions(-) (limited to 'src/mainboard/kontron') diff --git a/src/mainboard/kontron/986lcd-m/Kconfig b/src/mainboard/kontron/986lcd-m/Kconfig index 983232fca0..b7b9a8fa23 100644 --- a/src/mainboard/kontron/986lcd-m/Kconfig +++ b/src/mainboard/kontron/986lcd-m/Kconfig @@ -18,7 +18,6 @@ config BOARD_KONTRON_986LCD_M select UDELAY_LAPIC select HAVE_SMI_HANDLER select BOARD_ROMSIZE_KB_1024 - select IOAPIC select USE_DCACHE_RAM select GFXUMA select TINY_BOOTBLOCK diff --git a/src/mainboard/kontron/kt690/Kconfig b/src/mainboard/kontron/kt690/Kconfig index 8fe55b86c3..9999ca686a 100644 --- a/src/mainboard/kontron/kt690/Kconfig +++ b/src/mainboard/kontron/kt690/Kconfig @@ -14,7 +14,6 @@ config BOARD_KONTRON_KT690 select USE_PRINTK_IN_CAR select USE_DCACHE_RAM select HAVE_HARD_RESET - select IOAPIC select HAVE_ACPI_TABLES select BOARD_ROMSIZE_KB_512 select SB_HT_CHAIN_UNITID_OFFSET_ONLY -- cgit v1.2.3