blob: c2499ef174a2fb9ed42b4e87a89fa46dc1450a07 [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
Leif Lindholm62c204d2014-12-18 17:50:49 +00004 default m
Matt Flemingd68772b2013-02-08 16:27:24 +00005 help
6 efivarfs is a replacement filesystem for the old EFI
7 variable support via sysfs, as it doesn't suffer from the
8 same 1024-byte variable size limit.
9
10 To compile this file system support as a module, choose M
11 here. The module will be called efivarfs.
12
13 If unsure, say N.