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@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.