[coreboot-gerrit] Change in coreboot[master]: console: Enable CONSOLE_USB by default

Nico Huber (Code Review) gerrit at coreboot.org
Wed Oct 3 12:06:28 CEST 2018


Nico Huber has uploaded this change for review. ( https://review.coreboot.org/28892


Change subject: console: Enable CONSOLE_USB by default
......................................................................

console: Enable CONSOLE_USB by default

It seems to be the only user of the USB debug driver. So having to
enable it separately seems wrong.

It still depends on the selection of the EHCI debug driver.

Change-Id: I5f5f38a912423d9b8f1e71ae875b6a14fdee651c
Signed-off-by: Nico Huber <nico.h at gmx.de>
---
M src/console/Kconfig
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/92/28892/1

diff --git a/src/console/Kconfig b/src/console/Kconfig
index a7a16f0..febed95 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -157,7 +157,7 @@
 config CONSOLE_USB
 	bool "USB dongle console output"
 	depends on USBDEBUG
-	default n
+	default y
 	help
 	  Send coreboot debug output to USB.
 

-- 
To view, visit https://review.coreboot.org/28892
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5f5f38a912423d9b8f1e71ae875b6a14fdee651c
Gerrit-Change-Number: 28892
Gerrit-PatchSet: 1
Gerrit-Owner: Nico Huber <nico.h at gmx.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20181003/76ea38e0/attachment.html>


More information about the coreboot-gerrit mailing list