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)
This commit is contained in:
Patrick Georgi 2012-02-16 19:56:50 +01:00 committed by Stefan Reinauer
parent 7389378b4f
commit e0ddbc7b80
2 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select HAVE_OPTION_TABLE select HAVE_OPTION_TABLE
select HAVE_PIRQ_TABLE select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE select HAVE_MP_TABLE
select HAVE_HARD_RESET
select LIFT_BSP_APIC_ID select LIFT_BSP_APIC_ID
select K8_REV_F_SUPPORT select K8_REV_F_SUPPORT
select BOARD_ROMSIZE_KB_512 select BOARD_ROMSIZE_KB_512

View File

@ -2,6 +2,7 @@ config SOUTHBRIDGE_SIS_SIS966
bool bool
select IOAPIC select IOAPIC
select HAVE_USBDEBUG select HAVE_USBDEBUG
select HAVE_HARD_RESET
config BOOTBLOCK_SOUTHBRIDGE_INIT config BOOTBLOCK_SOUTHBRIDGE_INIT
string string