also rename the config option.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5588 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
75a05dc0b9
commit
7e00a44b77
@ -86,7 +86,7 @@ config TTYS0_LCS
|
||||
depends on CONSOLE_SERIAL8250
|
||||
|
||||
# TODO: FIX DEPENDENCY HERE
|
||||
config USBDEBUG_DIRECT
|
||||
config USBDEBUG
|
||||
bool "USB 2.0 EHCI debug dongle support"
|
||||
default n
|
||||
help
|
||||
|
@ -10,7 +10,7 @@ initobj-y += vtxprintf.o
|
||||
initobj-$(CONFIG_USE_DCACHE_RAM) += console.o
|
||||
|
||||
driver-$(CONFIG_CONSOLE_SERIAL8250) += uart8250_console.o
|
||||
driver-$(CONFIG_USBDEBUG_DIRECT) += usbdebug_console.o
|
||||
driver-$(CONFIG_USBDEBUG) += usbdebug_console.o
|
||||
driver-$(CONFIG_CONSOLE_VGA) += vga_console.o
|
||||
driver-$(CONFIG_CONSOLE_BTEXT) += btext_console.o
|
||||
driver-$(CONFIG_CONSOLE_BTEXT) += font-8x16.o
|
||||
|
Reference in New Issue
Block a user