diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-26 10:34:36 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-09-26 10:34:36 +0000 |
commit | 02260bcdee8ce5b663f9420394c62516b6fec6de (patch) | |
tree | 3f31af5da10f5fef500b224592b2829acf2be9b3 /src/console/Kconfig | |
parent | 65e60344adb6f4a121f6f80514e943da183ab168 (diff) | |
download | coreboot-02260bcdee8ce5b663f9420394c62516b6fec6de.tar.xz |
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/Kconfig | 3 |
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 |