blob: edec8a19c894402d3092b6c33ad506facae9f133 [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Matt Flemingd68772b2013-02-08 16:27:24 +00002config EFIVAR_FS
3 tristate "EFI Variable filesystem"
Tom Gundersena9499fa2013-02-08 15:37:06 +00004 depends on EFI
Leif Lindholm62c204d2014-12-18 17:50:49 +00005 default m
Matt Flemingd68772b2013-02-08 16:27:24 +00006 help
7 efivarfs is a replacement filesystem for the old EFI
8 variable support via sysfs, as it doesn't suffer from the
9 same 1024-byte variable size limit.
10
11 To compile this file system support as a module, choose M
12 here. The module will be called efivarfs.
13
14 If unsure, say N.