summaryrefslogtreecommitdiffstats
path: root/common/ratp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'common/ratp/Kconfig')
-rw-r--r--common/ratp/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/common/ratp/Kconfig b/common/ratp/Kconfig
new file mode 100644
index 0000000000..93ff75d64d
--- /dev/null
+++ b/common/ratp/Kconfig
@@ -0,0 +1,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.
+