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
This commit is contained in:
parent
65e60344ad
commit
02260bcdee
|
@ -88,6 +88,9 @@ config TTYS0_LCS
|
||||||
config HAVE_USBDEBUG
|
config HAVE_USBDEBUG
|
||||||
def_bool n
|
def_bool n
|
||||||
|
|
||||||
|
config USBDEBUG
|
||||||
|
def_bool n
|
||||||
|
|
||||||
config USBDEBUG
|
config USBDEBUG
|
||||||
bool "USB 2.0 EHCI debug dongle support"
|
bool "USB 2.0 EHCI debug dongle support"
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue