diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-18 17:30:36 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2010-01-18 17:30:36 +0000 |
commit | d5663bac2c6b2cea2f8c5fa4bd972517325af13b (patch) | |
tree | bf7b08968e4a366c379d8d38c85857034abeb1e7 /src/mainboard/asus/p2b-ds | |
parent | 2e97383b5487cd3ce88830d0a52800b20ef8ba97 (diff) | |
download | coreboot-d5663bac2c6b2cea2f8c5fa4bd972517325af13b.tar.xz |
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 <patrick.georgi@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5039 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/asus/p2b-ds')
-rw-r--r-- | src/mainboard/asus/p2b-ds/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/asus/p2b-ds/Kconfig b/src/mainboard/asus/p2b-ds/Kconfig index bc7956d2c7..594206a717 100644 --- a/src/mainboard/asus/p2b-ds/Kconfig +++ b/src/mainboard/asus/p2b-ds/Kconfig @@ -28,7 +28,6 @@ config BOARD_ASUS_P2B_DS select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select SMP - select IOAPIC select UDELAY_TSC select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2 select BOARD_ROMSIZE_KB_256 |