[coreboot] New patch to review for coreboot: b95dd5f Make Intel i5000 specific options only appear on i5000 systems

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed May 2 01:57:50 CEST 2012


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/986

-gerrit

commit b95dd5fb7ed289cea3bb2914077874560351c1fa
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Tue May 1 16:35:03 2012 -0700

    Make Intel i5000 specific options only appear on i5000 systems
    
    Change-Id: If183611b0b62d9321a5a12311c4cb3b344b04b36
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/northbridge/intel/i5000/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/northbridge/intel/i5000/Kconfig b/src/northbridge/intel/i5000/Kconfig
index 0595a57..b5bc3d6 100644
--- a/src/northbridge/intel/i5000/Kconfig
+++ b/src/northbridge/intel/i5000/Kconfig
@@ -24,3 +24,4 @@ config NORTHBRIDGE_INTEL_I5000
 config NORTHBRIDGE_INTEL_I5000_RAM_CHECK
 	bool
 	prompt "Run ramcheck after RAM initialization"
+	depends on NORTHBRIDGE_INTEL_I5000




More information about the coreboot mailing list