summaryrefslogtreecommitdiffstats
path: root/common/ratp/Kconfig
blob: 93ff75d64df8fd37842907b6b56a14aaa6c8f9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

config CONSOLE_RATP
	bool
	select RATP
	select CRC16
	select POLLER
	depends on CONSOLE_FULL
	prompt "RATP console support"
	help
	  This option adds support for remote controlling barebox via serial
	  port. The regular console is designed for human interaction whereas
	  this option adds a machine readable interface for controlling barebox.
	  Say yes here if you want to control barebox from a remote host.