summaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801cx/Kconfig
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2013-02-26 17:24:41 +0200
committerStefan Reinauer <stefan.reinauer@coreboot.org>2013-02-26 23:38:49 +0100
commite614353194c712a40aa8444a530b2062876eabe3 (patch)
tree58dc3f6ed52af5312b278c0790e4f9a7a04783d1 /src/southbridge/intel/i82801cx/Kconfig
parentcf4ecfbe0183b633f362d88d9ebf18b6d846d3d2 (diff)
Unify setting 82801a/b/c/d IOAPIC ID
Remove obscure local copy of writing the ioapic registers. Change-Id: I133e710639ff57c6a0ac925e30efce2ebc43b856 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/2532 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/southbridge/intel/i82801cx/Kconfig')
-rw-r--r--src/southbridge/intel/i82801cx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/intel/i82801cx/Kconfig b/src/southbridge/intel/i82801cx/Kconfig
index 17e90e83a3..3e01cb81c7 100644
--- a/src/southbridge/intel/i82801cx/Kconfig
+++ b/src/southbridge/intel/i82801cx/Kconfig
@@ -1,4 +1,4 @@
config SOUTHBRIDGE_INTEL_I82801CX
bool
+ select IOAPIC
select HAVE_HARD_RESET
-