summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorJan Luebbe <jlu@pengutronix.de>2016-01-07 12:39:12 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-01-18 09:25:44 +0100
commitec95d547e721d2762c3cb66572528028f2a56483 (patch)
tree5fdc34c9582ec14385b3a44e28d2e0e3e9b03f39 /fs/Kconfig
parent266057337402f45adf707ef59beebd2a6821a749 (diff)
downloadbarebox-ec95d547e721d2762c3cb66572528028f2a56483.tar.gz
barebox-ec95d547e721d2762c3cb66572528028f2a56483.tar.xz
fs: Add RATP fs support
This adds file transfer support over RATP. The host can export a directory using the bbremote tool which can then be mounted under barebox as a filesystem. Signed-off-by: Jan Luebbe <jlu@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Tested-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 9217bc81ea..9cfeb376a2 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -89,4 +89,12 @@ config FS_SMHFS
located on a debugging host connected to the target running
Barebox
+config FS_RATP
+ bool
+ depends on CONSOLE_RATP
+ prompt "RATP filesystem support"
+ help
+ This enables support for transferring files over RATP. A host can
+ export a directory which can then be mounted under barebox.
+
endmenu