[coreboot] New patch to review for coreboot: ec7eab2 Only compile PC80 drivers when CONFIG_PC80_SYSTEM is set

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Fri Nov 30 21:09:58 CET 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/1956

-gerrit

commit ec7eab20a2fc21caacce71272837311927d95f92
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Fri Nov 30 12:02:32 2012 -0800

    Only compile PC80 drivers when CONFIG_PC80_SYSTEM is set
    
    Change-Id: Iac2f3ebf68c9c1df296fc81d10ee97053a9d5469
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
---
 src/drivers/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/drivers/Kconfig b/src/drivers/Kconfig
index b6eec3d..ef38f34 100644
--- a/src/drivers/Kconfig
+++ b/src/drivers/Kconfig
@@ -26,7 +26,9 @@ source src/drivers/i2c/Kconfig
 source src/drivers/ics/Kconfig
 source src/drivers/ipmi/Kconfig
 source src/drivers/oxford/Kconfig
+if PC80_SYSTEM
 source src/drivers/pc80/Kconfig
+endif
 source src/drivers/realtek/Kconfig
 source src/drivers/sil/Kconfig
 source src/drivers/spi/Kconfig




More information about the coreboot mailing list