From a22f78b828ec056aa6104033d0afb9bb4f9688e0 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 16 Feb 2012 19:44:28 +0100 Subject: 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 Reviewed-on: http://review.coreboot.org/659 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/southbridge/nvidia/mcp55/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/nvidia') 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 -- cgit v1.2.3