[coreboot] [commit] r5849 - trunk/src/console

repository service svn at coreboot.org
Sun Sep 26 12:34:37 CEST 2010


Author: uwe
Date: Sun Sep 26 12:34:36 2010
New Revision: 5849
URL: https://tracker.coreboot.org/trac/coreboot/changeset/5849

Log:
Fix the build, CONFIG_USBDEBUG must always be defined (trivial).

Signed-off-by: Uwe Hermann <uwe at hermann-uwe.de>
Acked-by: Uwe Hermann <uwe at hermann-uwe.de>

Modified:
   trunk/src/console/Kconfig

Modified: trunk/src/console/Kconfig
==============================================================================
--- trunk/src/console/Kconfig	Sun Sep 26 09:35:55 2010	(r5848)
+++ trunk/src/console/Kconfig	Sun Sep 26 12:34:36 2010	(r5849)
@@ -89,6 +89,9 @@
 	def_bool n
 
 config USBDEBUG
+	def_bool n
+
+config USBDEBUG
 	bool "USB 2.0 EHCI debug dongle support"
 	default n
 	depends on HAVE_USBDEBUG




More information about the coreboot mailing list