Newer
Older
barebox / common / ratp / Kconfig
@Clément Leger Clément Leger on 26 Sep 2018 438 bytes ratp: select CMDLINE_EDITING

config CONSOLE_RATP
	bool
	select RATP
	select CRC16
	select POLLER
	select CMDLINE_EDITING
	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.