15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config EFIVAR_FS3 tristate "EFI Variable filesystem"4 depends on EFI5 default m6 help7 efivarfs is a replacement filesystem for the old EFI8 variable support via sysfs, as it doesn't suffer from the9 same 1024-byte variable size limit.10 11 To compile this file system support as a module, choose M12 here. The module will be called efivarfs.13 14 If unsure, say N.15