From 02260bcdee8ce5b663f9420394c62516b6fec6de Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Sun, 26 Sep 2010 10:34:36 +0000 Subject: [PATCH] Fix the build, CONFIG_USBDEBUG must always be defined (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5849 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/console/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/console/Kconfig b/src/console/Kconfig index 4f084cbf2..fa6f84003 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -88,6 +88,9 @@ config TTYS0_LCS config HAVE_USBDEBUG def_bool n +config USBDEBUG + def_bool n + config USBDEBUG bool "USB 2.0 EHCI debug dongle support" default n -- 2.25.1