i82801bx defines the hard reset function, so move the "select" statement to

that component rather than the mainboard.

The intel/d810e2cb is the only board using the i82801bx southbridge.

Signed-off-by: Warren Turkal <wt@penguintechs.org>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5856 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Warren Turkal 2010-09-26 15:23:28 +00:00 committed by Stefan Reinauer
parent 09f51827d5
commit 024d248e98
2 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select SOUTHBRIDGE_INTEL_I82801BX
select SUPERIO_SMSC_SMSCSUPERIO
select HAVE_PIRQ_TABLE
select HAVE_HARD_RESET
select USE_WATCHDOG_ON_BOOT
select UDELAY_TSC
select BOARD_ROMSIZE_KB_512

View File

@ -19,4 +19,5 @@
config SOUTHBRIDGE_INTEL_I82801BX
bool
select HAVE_HARD_RESET