summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-07 18:12:42 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-16 10:46:18 +0200
commitd6e62b225b89c4dcc715b839eefbde1254f67be7 (patch)
tree341cc0f57b0f2e73ec4923e105684573dda153bd /fs/Kconfig
parente4caa90188430e1d527a40edb0e613b05900b243 (diff)
downloadbarebox-d6e62b225b89c4dcc715b839eefbde1254f67be7.tar.gz
barebox-d6e62b225b89c4dcc715b839eefbde1254f67be7.tar.xz
fs: implement EFI filesystem driver
This implements a filesystem driver which uses the EFI Simple File System Protocol to provide files from EFI to barebox. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 3724b34f9a..21690de196 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -41,6 +41,14 @@ config FS_NFS
bool
prompt "nfs support"
+config FS_EFI
+ depends on ARCH_EFI
+ bool
+ prompt "EFI filesystem support"
+ help
+ This filesystem driver provides access to the filesystems provided
+ by the EFI Firmware via the EFI Simple File System Protocol.
+
source fs/fat/Kconfig
source fs/ubifs/Kconfig