blob: edec8a19c894402d3092b6c33ad506facae9f133 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002config EFIVAR_FS
3 tristate "EFI Variable filesystem"
4 depends on EFI
5 default m
6 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.