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>
Reviewed-on: https://review.coreboot.org/28892
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Nico Huber 2018-10-03 12:02:09 +02:00
parent 2488bea1aa
commit 06125ebe87
1 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,7 @@ config SPKMODEM
config CONSOLE_USB
bool "USB dongle console output"
depends on USBDEBUG
default n
default y
help
Send coreboot debug output to USB.