diff options
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index f415d93c39..d209325925 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -173,6 +173,11 @@ config USBDEBUG If unsure, say N. +config USBDEBUG_IN_ROMSTAGE + bool + default y if USBDEBUG && EARLY_CBMEM_INIT && EARLY_CONSOLE + default n + if USBDEBUG config USBDEBUG_HCD_INDEX |