aboutsummaryrefslogtreecommitdiff
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-04-24 23:31:21 -0600
committerTom Rini <trini@konsulko.com>2022-04-25 10:00:04 -0400
commit7d0478d241703b50e88736f3774deb5472418b58 (patch)
treef068eb27d2e817d15f611255e6ba8362899ce1d4 /fs/Kconfig
parent126947b77321418127274f3102e7988225a780b7 (diff)
downloadu-boot-7d0478d241703b50e88736f3774deb5472418b58.zip
u-boot-7d0478d241703b50e88736f3774deb5472418b58.tar.gz
u-boot-7d0478d241703b50e88736f3774deb5472418b58.tar.bz2
bootstd: sandbox: Add a hostfs bootdev
It is helpful to be able to try out bootstd on sandbox, using host files. This is easier than using a block device, which must have a filesystem, partition table, etc. Add a new driver which provides this feature. For now it is not used in tests, but it is likely to be useful. Add notes in the devicetree also, but don't disturb the tests. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index cda9f66..aa13d4f 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -16,6 +16,8 @@ source "fs/fat/Kconfig"
source "fs/jffs2/Kconfig"
+source "fs/sandbox/Kconfig"
+
source "fs/ubifs/Kconfig"
source "fs/cramfs/Kconfig"