[coreboot-gerrit] Patch set updated for coreboot: a82f9fc ibexpeak: set HAVE_USBDEBUG_OPTIONS

Vladimir Serbinenko (phcoder@gmail.com) gerrit at coreboot.org
Wed Nov 27 21:45:30 CET 2013


Vladimir Serbinenko (phcoder at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/4276

-gerrit

commit a82f9fc6c7acef701cab1e39f0adde3b73f02f11
Author: Vladimir Serbinenko <phcoder at gmail.com>
Date:   Mon Nov 25 23:40:01 2013 +0100

    ibexpeak: set HAVE_USBDEBUG_OPTIONS
    
    Previously, I've set this config in mobo config, yet according to
    Kyösti Mälkki this parameter is southbridge-specific and not
    mobo-specific.
    
    Change-Id: I92428aed5a69d88a371f5d7267bc54ba7530766c
    Signed-off-by: Vladimir Serbinenko <phcoder at gmail.com>
---
 src/southbridge/intel/ibexpeak/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/southbridge/intel/ibexpeak/Kconfig b/src/southbridge/intel/ibexpeak/Kconfig
index c408dca..07e714b 100644
--- a/src/southbridge/intel/ibexpeak/Kconfig
+++ b/src/southbridge/intel/ibexpeak/Kconfig
@@ -33,6 +33,7 @@ config SOUTH_BRIDGE_OPTIONS # dummy
 	select PCIEXP_COMMON_CLOCK
 	select SPI_FLASH
 	select SOUTHBRIDGE_INTEL_COMMON
+	select HAVE_USBDEBUG_OPTIONS
 
 config EHCI_BAR
 	hex



More information about the coreboot-gerrit mailing list