diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2012-02-16 19:45:56 +0100 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2012-02-22 22:08:59 +0100 |
commit | b05bf5bca978a12a5c278bf1fbc90e7f5cff69ae (patch) | |
tree | 550828578478312e4848063e96a1d362990776af /src/mainboard/technexion/tim5690/Kconfig | |
parent | fff8cdfcdeedb3723bd9dba66e19ae1a56ba9c8f (diff) |
amd/sb600: 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: I16b27e40ca1a201b2f968f8ce303eaafe43804c0
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/660
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/technexion/tim5690/Kconfig')
-rw-r--r-- | src/mainboard/technexion/tim5690/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/technexion/tim5690/Kconfig b/src/mainboard/technexion/tim5690/Kconfig index 21cfa7b1d0..404ddfe5b3 100644 --- a/src/mainboard/technexion/tim5690/Kconfig +++ b/src/mainboard/technexion/tim5690/Kconfig @@ -14,7 +14,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy select HAVE_OPTION_TABLE select HAVE_PIRQ_TABLE select HAVE_MP_TABLE - select HAVE_HARD_RESET select SB_HT_CHAIN_UNITID_OFFSET_ONLY select HAVE_ACPI_TABLES select GFXUMA |