diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2012-02-16 19:56:50 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-02-17 22:41:46 +0100 |
commit | e0ddbc7b806d7b0b977db0e28970e8e47f7cff96 (patch) | |
tree | c9f16337f18b1d98214d95f2d04f8f30d20b4281 /src/southbridge/sis | |
parent | 7389378b4ff24f5750e3bb6dda047d5d8050cb56 (diff) |
sis/sis966: 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: I9762ef01fc10c453ef643599c1c5dc8ee78081c3
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/663
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
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 3cee5b3136..03dd6b1fd6 100644 --- a/src/southbridge/sis/sis966/Kconfig +++ b/src/southbridge/sis/sis966/Kconfig @@ -2,6 +2,7 @@ config SOUTHBRIDGE_SIS_SIS966 bool select IOAPIC select HAVE_USBDEBUG + select HAVE_HARD_RESET config BOOTBLOCK_SOUTHBRIDGE_INIT string |