aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801ex
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2012-02-16 19:58:00 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2012-02-17 22:41:43 +0100
commit7389378b4ff24f5750e3bb6dda047d5d8050cb56 (patch)
tree1b4faae09f3c2e3adb7f331fc286557cbbd0be0a /src/southbridge/intel/i82801ex
parent62246f7121d010db7e1fd0cf0fa73de5132cafe9 (diff)
intel/i82801ex: Move HAVE_HARD_RESET to southbridge
No in-tree board using that chipset has it not selected, so move selection from boards to southbridge. Change-Id: I83105e92d1cc5d2d12aede564a1ab9c5d912ac56 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/664 Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge/intel/i82801ex')
-rw-r--r--src/southbridge/intel/i82801ex/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801ex/Kconfig b/src/southbridge/intel/i82801ex/Kconfig
index 905af26235..23a68b8b97 100644
--- a/src/southbridge/intel/i82801ex/Kconfig
+++ b/src/southbridge/intel/i82801ex/Kconfig
@@ -1,3 +1,5 @@
config SOUTHBRIDGE_INTEL_I82801EX
bool
select IOAPIC
+ select HAVE_HARD_RESET
+