aboutsummaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorNico Huber <nico.h@gmx.de>2018-10-03 12:02:09 +0200
committerNico Huber <nico.h@gmx.de>2018-10-04 13:08:50 +0000
commit06125ebe8775c1f0002644215b5892ed5938ef76 (patch)
tree84934ff88db88c9b50391dcc7b6c81594e862811 /src/console
parent2488bea1aa596f5f9bf47acdd58a12147bf8e4ac (diff)
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>
Diffstat (limited to 'src/console')
-rw-r--r--src/console/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index a7a16f091b..febed9504d 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -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.