Patrick Georgi ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/662

-gerrit

commit 4163c03b2d713131a863fbf2ec636feb3a983d3e
Author: Patrick Georgi <[email protected]>
Date:   Thu Feb 16 19:53:21 2012 +0100

    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 <[email protected]>
---
 src/mainboard/intel/xe7501devkit/Kconfig |    1 -
 src/southbridge/intel/i82801cx/Kconfig   |    2 ++
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/mainboard/intel/xe7501devkit/Kconfig 
b/src/mainboard/intel/xe7501devkit/Kconfig
index 9163423..a743469 100644
--- a/src/mainboard/intel/xe7501devkit/Kconfig
+++ b/src/mainboard/intel/xe7501devkit/Kconfig
@@ -9,7 +9,6 @@ config BOARD_SPECIFIC_OPTIONS # dummy
        select SOUTHBRIDGE_INTEL_I82801CX
        select SUPERIO_SMSC_LPC47B272
        select ROMCC
-       select HAVE_HARD_RESET
        select BOARD_HAS_HARD_RESET
        select HAVE_PIRQ_TABLE
        select HAVE_MP_TABLE
diff --git a/src/southbridge/intel/i82801cx/Kconfig 
b/src/southbridge/intel/i82801cx/Kconfig
index a0c775d..17e90e8 100644
--- a/src/southbridge/intel/i82801cx/Kconfig
+++ b/src/southbridge/intel/i82801cx/Kconfig
@@ -1,2 +1,4 @@
 config SOUTHBRIDGE_INTEL_I82801CX
        bool
+       select HAVE_HARD_RESET
+

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to