blob: 367bbb10c5432e336dd861b07fd08f1740bd5f42 [file] [log] [blame]
Matt Flemingd68772b2013-02-08 16:27:24 +00001config EFIVAR_FS
2 tristate "EFI Variable filesystem"
Tom Gundersena9499fa2013-02-08 15:37:06 +00003 depends on EFI
Matt Flemingd68772b2013-02-08 16:27:24 +00004 help
5 efivarfs is a replacement filesystem for the old EFI
6 variable support via sysfs, as it doesn't suffer from the
7 same 1024-byte variable size limit.
8
9 To compile this file system support as a module, choose M
10 here. The module will be called efivarfs.
11
12 If unsure, say N.