From 024d8d9c221040c1c91b2f503818bc696f279fbd Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Thu, 16 Feb 2012 20:03:28 +0100 Subject: amd/sb800: Move HAVE_HARD_RESET to southbridge No in-tree board using that chipset has it not selected, so move selection from boards to southbridge. (cimx/sb800 is a "different" chipset) Change-Id: If7cf2a141a1f2df60f687c51fbd760aa405c8480 Signed-off-by: Patrick Georgi Reviewed-on: http://review.coreboot.org/666 Reviewed-by: Stefan Reinauer Tested-by: build bot (Jenkins) --- src/southbridge/amd/sb800/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/southbridge/amd/sb800') diff --git a/src/southbridge/amd/sb800/Kconfig b/src/southbridge/amd/sb800/Kconfig index 67cb8ef08e..592f9a789d 100644 --- a/src/southbridge/amd/sb800/Kconfig +++ b/src/southbridge/amd/sb800/Kconfig @@ -21,6 +21,7 @@ config SOUTHBRIDGE_AMD_SB800 bool select IOAPIC select HAVE_USBDEBUG + select HAVE_HARD_RESET config BOOTBLOCK_SOUTHBRIDGE_INIT string -- cgit v1.2.3