summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index feab537b98..9217bc81ea 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -80,4 +80,13 @@ config FS_UIMAGEFS
select CRC32
prompt "uImage FS support"
+config FS_SMHFS
+ depends on ARM_SEMIHOSTING
+ bool
+ prompt "Semihosting FS support"
+ help
+ If enabled this filesystem provides access to the files
+ located on a debugging host connected to the target running
+ Barebox
+
endmenu