summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-07 18:15:17 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-16 10:46:18 +0200
commitef4f9d77b72c2349e7dfcdb2de9f60ed758e1888 (patch)
tree8a8423588e5357db71b8887a44fefabe7389a1e1 /fs/Kconfig
parentd6e62b225b89c4dcc715b839eefbde1254f67be7 (diff)
downloadbarebox-ef4f9d77b72c2349e7dfcdb2de9f60ed758e1888.tar.gz
barebox-ef4f9d77b72c2349e7dfcdb2de9f60ed758e1888.tar.xz
fs: implement EFI variable filesystem driver
This implements a filesystem for accessing EFI variables. It is compatible to the Linux Kernel efivarfs filesystem. Currently the variables can only be accessed readonly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 21690de196..64fc1176a6 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -49,6 +49,13 @@ config FS_EFI
This filesystem driver provides access to the filesystems provided
by the EFI Firmware via the EFI Simple File System Protocol.
+config FS_EFIVARFS
+ depends on ARCH_EFI
+ bool
+ prompt "EFI variable filesystem support (efivarfs)"
+ help
+ This filesystem driver provides access to EFI variables.
+
source fs/fat/Kconfig
source fs/ubifs/Kconfig