2009-08-25 02:53:22 +02:00
|
|
|
menu "Console options"
|
2009-08-12 17:00:51 +02:00
|
|
|
|
|
|
|
config SERIAL_CONSOLE
|
|
|
|
bool "See output on the serial port console"
|
|
|
|
default y
|
|
|
|
|
2009-08-28 16:23:38 +02:00
|
|
|
config SERIAL_POST
|
|
|
|
bool "See POST output on the serial port console"
|
|
|
|
default n
|
|
|
|
|
2009-08-12 17:00:51 +02:00
|
|
|
config TTYS0_BASE
|
2009-08-25 02:53:22 +02:00
|
|
|
hex "I/O base for the serial port"
|
2009-08-12 17:00:51 +02:00
|
|
|
depends on SERIAL_CONSOLE
|
|
|
|
default 0x3f8
|
|
|
|
|
|
|
|
config SERIAL_SET_SPEED
|
2009-08-25 02:53:22 +02:00
|
|
|
bool "Override the serial console BAUD rate"
|
2009-08-12 17:00:51 +02:00
|
|
|
default y
|
|
|
|
depends on SERIAL_CONSOLE
|
|
|
|
|
|
|
|
config TTYS0_BAUD
|
2009-08-25 02:53:22 +02:00
|
|
|
int "Serial console BAUD rate"
|
2009-08-12 17:00:51 +02:00
|
|
|
depends on SERIAL_SET_SPEED
|
|
|
|
default 115200
|
|
|
|
|
|
|
|
config USBDEBUG_DIRECT
|
2009-08-25 02:53:22 +02:00
|
|
|
bool "USB debug dongle support. Not supported on all chipsets."
|
2009-08-12 17:00:51 +02:00
|
|
|
default n
|
2009-08-25 02:53:22 +02:00
|
|
|
# TODO: FIX DEPENDENCY HERE
|
2009-08-12 17:00:51 +02:00
|
|
|
|
|
|
|
config CONSOLE_VGA
|
2009-09-17 18:54:46 +02:00
|
|
|
bool "Use VGA console, once initialized."
|
2009-08-12 17:00:51 +02:00
|
|
|
default n
|
|
|
|
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL
|
|
|
|
int
|
|
|
|
default 9
|
|
|
|
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL
|
|
|
|
int
|
|
|
|
default 9
|
|
|
|
|
|
|
|
endmenu
|
|
|
|
|
|
|
|
|