From 8c1258ab8b7e2bd2adcf36e0b610b394f6b6d175 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Thu, 10 Jan 2019 13:07:42 +0200 Subject: usbdebug: Remove option DEBUG_USBDEBUG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Superseeded with DEBUG_CONSOLE_INIT. For dbgp_print_data() return early and skip reading registers when dprintk() would not get printed anyways. Change-Id: Idf470b8572ad992c8d4684a860412d9140f514ca Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/c/30878 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber --- src/Kconfig | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/Kconfig') diff --git a/src/Kconfig b/src/Kconfig index cba48af8e5..8de9dafe25 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -961,16 +961,6 @@ config DEBUG_SPI_FLASH help This option enables additional SPI flash related debug messages. -config DEBUG_USBDEBUG - bool "Output verbose USB 2.0 EHCI debug dongle messages" - default n - depends on USBDEBUG - help - This option enables additional USB 2.0 debug dongle related messages. - - Select this to debug the connection of usbdebug dongle. Note that - you need some other working console to receive the messages. - if SOUTHBRIDGE_INTEL_BD82X6X && DEFAULT_CONSOLE_LOGLEVEL_8 # Only visible with the right southbridge and loglevel. config DEBUG_INTEL_ME -- cgit v1.2.3