aboutsummaryrefslogtreecommitdiff
path: root/src/console/Kconfig
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2010-09-26 10:34:36 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-09-26 10:34:36 +0000
commit02260bcdee8ce5b663f9420394c62516b6fec6de (patch)
tree3f31af5da10f5fef500b224592b2829acf2be9b3 /src/console/Kconfig
parent65e60344adb6f4a121f6f80514e943da183ab168 (diff)
Fix the build, CONFIG_USBDEBUG must always be defined (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5849 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r--src/console/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 4f084cbf28..fa6f840035 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -89,6 +89,9 @@ config HAVE_USBDEBUG
def_bool n
config USBDEBUG
+ def_bool n
+
+config USBDEBUG
bool "USB 2.0 EHCI debug dongle support"
default n
depends on HAVE_USBDEBUG