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/southbridge/sis | |
parent | 2e97383b5487cd3ce88830d0a52800b20ef8ba97 (diff) |
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/southbridge/sis')
-rw-r--r-- | src/southbridge/sis/sis966/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/sis/sis966/Kconfig b/src/southbridge/sis/sis966/Kconfig index 3d87e670a6..d5d1ad6e38 100644 --- a/src/southbridge/sis/sis966/Kconfig +++ b/src/southbridge/sis/sis966/Kconfig @@ -1,5 +1,6 @@ config SOUTHBRIDGE_SIS_SIS966 bool + select IOAPIC config ID_SECTION_OFFSET hex |