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:
parent
2488bea1aa
commit
06125ebe87
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue