summaryrefslogtreecommitdiff
path: root/src/southbridge/intel
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2010-01-18 17:30:36 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2010-01-18 17:30:36 +0000
commitd5663bac2c6b2cea2f8c5fa4bd972517325af13b (patch)
treebf7b08968e4a366c379d8d38c85857034abeb1e7 /src/southbridge/intel
parent2e97383b5487cd3ce88830d0a52800b20ef8ba97 (diff)
downloadcoreboot-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/southbridge/intel')
-rw-r--r--src/southbridge/intel/esb6300/Kconfig1
-rw-r--r--src/southbridge/intel/i3100/Kconfig1
-rw-r--r--src/southbridge/intel/i82371eb/Kconfig1
-rw-r--r--src/southbridge/intel/i82801er/Kconfig1
-rw-r--r--src/southbridge/intel/i82801gx/Kconfig1
5 files changed, 5 insertions, 0 deletions
diff --git a/src/southbridge/intel/esb6300/Kconfig b/src/southbridge/intel/esb6300/Kconfig
index 4d3a10f6bf..0ef9db503e 100644
--- a/src/southbridge/intel/esb6300/Kconfig
+++ b/src/southbridge/intel/esb6300/Kconfig
@@ -1,2 +1,3 @@
config SOUTHBRIDGE_INTEL_ESB6300
bool
+ select IOAPIC
diff --git a/src/southbridge/intel/i3100/Kconfig b/src/southbridge/intel/i3100/Kconfig
index 5ee1b47c9d..bcb282d0e2 100644
--- a/src/southbridge/intel/i3100/Kconfig
+++ b/src/southbridge/intel/i3100/Kconfig
@@ -1,2 +1,3 @@
config SOUTHBRIDGE_INTEL_I3100
bool
+ select IOAPIC
diff --git a/src/southbridge/intel/i82371eb/Kconfig b/src/southbridge/intel/i82371eb/Kconfig
index 03d4649ac5..bda72cf2f4 100644
--- a/src/southbridge/intel/i82371eb/Kconfig
+++ b/src/southbridge/intel/i82371eb/Kconfig
@@ -1,3 +1,4 @@
config SOUTHBRIDGE_INTEL_I82371EB
bool
+ select IOAPIC
diff --git a/src/southbridge/intel/i82801er/Kconfig b/src/southbridge/intel/i82801er/Kconfig
index c6123ac4b2..adb6c1d11c 100644
--- a/src/southbridge/intel/i82801er/Kconfig
+++ b/src/southbridge/intel/i82801er/Kconfig
@@ -1,2 +1,3 @@
config SOUTHBRIDGE_INTEL_I82801ER
bool
+ select IOAPIC
diff --git a/src/southbridge/intel/i82801gx/Kconfig b/src/southbridge/intel/i82801gx/Kconfig
index 01e17cdf8f..9bc0815087 100644
--- a/src/southbridge/intel/i82801gx/Kconfig
+++ b/src/southbridge/intel/i82801gx/Kconfig
@@ -19,4 +19,5 @@
config SOUTHBRIDGE_INTEL_I82801GX
bool
+ select IOAPIC