summaryrefslogtreecommitdiff
path: root/fs/sandbox/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-04-25 08:31:21 +0300
committerTom Rini <trini@konsulko.com>2022-04-25 17:00:04 +0300
commit7d0478d241703b50e88736f3774deb5472418b58 (patch)
treef068eb27d2e817d15f611255e6ba8362899ce1d4 /fs/sandbox/Kconfig
parent126947b77321418127274f3102e7988225a780b7 (diff)
downloadu-boot-7d0478d241703b50e88736f3774deb5472418b58.tar.xz
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/sandbox/Kconfig')
-rw-r--r--fs/sandbox/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/sandbox/Kconfig b/fs/sandbox/Kconfig
new file mode 100644
index 0000000000..b2af848242
--- /dev/null
+++ b/fs/sandbox/Kconfig
@@ -0,0 +1,2 @@
+# SPDX-License-Identifier: GPL-2.0+
+#