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

-gerrit

commit ec7eab20a2fc21caacce71272837311927d95f92
Author: Stefan Reinauer <[email protected]>
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 <[email protected]>
---
 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

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

Reply via email to