i82801bx defines the hard reset function, so move the "select" statement to
authorWarren Turkal <wt@penguintechs.org>
Sun, 26 Sep 2010 15:23:28 +0000 (15:23 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 26 Sep 2010 15:23:28 +0000 (15:23 +0000)
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

src/mainboard/intel/d810e2cb/Kconfig
src/southbridge/intel/i82801bx/Kconfig

index 3031a30fd2822c4d3eb432454d0dec6f56f75fe0..8c6c76b021c3551f1ecf57b8725f5dcc51f639f1 100644 (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
index 0c9089a7f0e9be1776e9c025763ec86d2274a234..4b307d5697f4d66b6402bee1760c37a0193f3a1f 100644 (file)
@@ -19,4 +19,5 @@
 
 config SOUTHBRIDGE_INTEL_I82801BX
        bool
+       select HAVE_HARD_RESET