diff options
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 2 |
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. |