2019-05-19 05:07:45 -07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-02-08 09:27:24 -07:00
|
|
|
config EFIVAR_FS
|
|
|
|
tristate "EFI Variable filesystem"
|
2013-02-08 08:37:06 -07:00
|
|
|
depends on EFI
|
2014-12-18 10:50:49 -07:00
|
|
|
default m
|
2013-02-08 09:27:24 -07:00
|
|
|
help
|
|
|
|
efivarfs is a replacement filesystem for the old EFI
|
|
|
|
variable support via sysfs, as it doesn't suffer from the
|
|
|
|
same 1024-byte variable size limit.
|
|
|
|
|
|
|
|
To compile this file system support as a module, choose M
|
|
|
|
here. The module will be called efivarfs.
|
|
|
|
|
|
|
|
If unsure, say N.
|