^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config EFIVAR_FS
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) tristate "EFI Variable filesystem"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) depends on EFI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) default m
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) efivarfs is a replacement filesystem for the old EFI
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) variable support via sysfs, as it doesn't suffer from the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) same 1024-byte variable size limit.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) To compile this file system support as a module, choose M
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) here. The module will be called efivarfs.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) If unsure, say N.