summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2016-02-08 08:27:01 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-02-08 08:27:01 +0100
commitc0735348802c29cc46db3758b5e477f2bc8ff058 (patch)
tree957d0ef3824de67e6c1ba48002f8ff008d1d81ae /common/Kconfig
parenta22f59c178355ea3efe376739591a43c8ac877d1 (diff)
parent36d5eea256ff81ddb108180f655dd6921fe70e8d (diff)
downloadbarebox-c0735348802c29cc46db3758b5e477f2bc8ff058.tar.gz
barebox-c0735348802c29cc46db3758b5e477f2bc8ff058.tar.xz
Merge branch 'for-next/ratp'
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 345de505c0..fc3ed8e57d 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -620,6 +620,16 @@ config PBL_CONSOLE
must be running at the address it's linked at and bss must
be cleared. On ARM that would be after setup_c().
+config CONSOLE_RATP
+ bool
+ select RATP
+ 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.
+
config PARTITION
bool
prompt "Enable Partitions"