* small warnings fixes Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@93 f3766cd6-281f-0410-b1cd-43a5c92072e9
27 lines
500 B
Text
27 lines
500 B
Text
#
|
|
#
|
|
#
|
|
|
|
menu "Console"
|
|
|
|
config CONSOLE_SERIAL
|
|
boolean "Support serial console (default)"
|
|
default y
|
|
---help---
|
|
Send LinuxBIOS output to serial console
|
|
|
|
|
|
config CONSOLE_VGA
|
|
boolean "Support VGA console"
|
|
---help---
|
|
Send LinuxBIOS output to VGA console as soon as VGA
|
|
is initialized.
|
|
|
|
config CONSOLE_USB
|
|
boolean "Support USB2 debug console"
|
|
---help---
|
|
Send LinuxBIOS output to USB debug console. Note: This requires
|
|
a USB2 controller which supports the debug capability.
|
|
|
|
endmenu
|
|
|