diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2012-02-16 19:24:03 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-02-17 19:00:14 +0100 |
commit | 152738f2eb39070100b5a3fcfe7f5828c0a154e3 (patch) | |
tree | df351c4fe06a6061f685bf59be13dd0b6642fafa /src/southbridge/amd | |
parent | 4eee42f1d0d97bffd1152838bc0c57150c440cbe (diff) |
amd/amd8111: Move HAVE_HARD_RESET to southbridge
No in-tree amd8111-using board has it not selected, so move
selection from boards to southbridge.
Change-Id: Iabbaa4cd2fd367ed6decec7ef5cdcbae3b264d52
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/654
Reviewed-by: Marc Jones <marcj303@gmail.com>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge/amd')
-rw-r--r-- | src/southbridge/amd/amd8111/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/amd/amd8111/Kconfig b/src/southbridge/amd/amd8111/Kconfig index 83fb8fc0eb..fd244c865a 100644 --- a/src/southbridge/amd/amd8111/Kconfig +++ b/src/southbridge/amd/amd8111/Kconfig @@ -20,6 +20,7 @@ config SOUTHBRIDGE_AMD_AMD8111 bool select IOAPIC + select HAVE_HARD_RESET config BOOTBLOCK_SOUTHBRIDGE_INIT string |