diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2012-02-16 19:44:28 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2012-02-17 22:41:58 +0100 |
commit | a22f78b828ec056aa6104033d0afb9bb4f9688e0 (patch) | |
tree | 673c2ebfe502bfc380cc9235066fbd571654fe71 /src/southbridge/nvidia/mcp55 | |
parent | 0e992be2b7c44d73a633f5f868ef4865c0721d02 (diff) |
nvidia/mcp55: 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: Ibfb7b294aa5007ac2f767d85e090572f85148bad
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/659
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/southbridge/nvidia/mcp55')
-rw-r--r-- | src/southbridge/nvidia/mcp55/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/nvidia/mcp55/Kconfig b/src/southbridge/nvidia/mcp55/Kconfig index fc355cb9de..cd6009de67 100644 --- a/src/southbridge/nvidia/mcp55/Kconfig +++ b/src/southbridge/nvidia/mcp55/Kconfig @@ -2,6 +2,7 @@ config SOUTHBRIDGE_NVIDIA_MCP55 bool select HAVE_USBDEBUG select IOAPIC + select HAVE_HARD_RESET if SOUTHBRIDGE_NVIDIA_MCP55 |