From 06125ebe8775c1f0002644215b5892ed5938ef76 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 3 Oct 2018 12:02:09 +0200 Subject: console: Enable CONSOLE_USB by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/28892 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki --- src/console/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console') 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. -- cgit v1.2.3