summaryrefslogtreecommitdiffstats
path: root/platforms/console.in
blob: c9a89e178c5b0cfac9152431e584bb14257e64ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
menu "console options               "

config CONSOLE_NAME
	string
	prompt "console name"
	default "ttyS0"
	help
	  Name of the system console, e.g. tty0 or ttyS0

config CONSOLE_SPEED
	string
	prompt "console speed"
	default "115200"
	help
	  Speed of the system console; for consoles that don't
	  have a speed, please enter an arbitrary value.

endmenu