blob: 2d047e763b071474422200daf011f737e49c97ea [file] [log] [blame]
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +00001menu "Console options"
Patrick Georgi0588d192009-08-12 15:00:51 +00002
3config SERIAL_CONSOLE
4 bool "See output on the serial port console"
5 default y
6
7config TTYS0_BASE
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +00008 hex "I/O base for the serial port"
Patrick Georgi0588d192009-08-12 15:00:51 +00009 depends on SERIAL_CONSOLE
10 default 0x3f8
11
12config SERIAL_SET_SPEED
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000013 bool "Override the serial console BAUD rate"
Patrick Georgi0588d192009-08-12 15:00:51 +000014 default y
15 depends on SERIAL_CONSOLE
16
17config TTYS0_BAUD
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000018 int "Serial console BAUD rate"
Patrick Georgi0588d192009-08-12 15:00:51 +000019 depends on SERIAL_SET_SPEED
20 default 115200
21
22config USBDEBUG_DIRECT
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000023 bool "USB debug dongle support. Not supported on all chipsets."
Patrick Georgi0588d192009-08-12 15:00:51 +000024 default n
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000025 # TODO: FIX DEPENDENCY HERE
Patrick Georgi0588d192009-08-12 15:00:51 +000026
27config CONSOLE_VGA
28 bool
29 default n
30
31config MAXIMUM_CONSOLE_LOGLEVEL
32 int
33 default 9
34
35config DEFAULT_CONSOLE_LOGLEVEL
36 int
37 default 9
38
39endmenu
40
41