intel/i82801cx: 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: Ifba0b65d81af60774f368d151e935ae1cc768336
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/662
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins)
This commit is contained in:
Patrick Georgi 2012-02-16 19:53:21 +01:00 committed by Stefan Reinauer
parent e0ddbc7b80
commit c46f450801
2 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select SOUTHBRIDGE_INTEL_I82801CX select SOUTHBRIDGE_INTEL_I82801CX
select SUPERIO_SMSC_LPC47B272 select SUPERIO_SMSC_LPC47B272
select ROMCC select ROMCC
select HAVE_HARD_RESET
select BOARD_HAS_HARD_RESET select BOARD_HAS_HARD_RESET
select HAVE_PIRQ_TABLE select HAVE_PIRQ_TABLE
select HAVE_MP_TABLE select HAVE_MP_TABLE

View File

@ -1,2 +1,4 @@
config SOUTHBRIDGE_INTEL_I82801CX config SOUTHBRIDGE_INTEL_I82801CX
bool bool
select HAVE_HARD_RESET