Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config EFIVAR_FS
0003         tristate "EFI Variable filesystem"
0004         depends on EFI
0005         default m
0006         help
0007           efivarfs is a replacement filesystem for the old EFI
0008           variable support via sysfs, as it doesn't suffer from the
0009           same 1024-byte variable size limit.
0010 
0011           To compile this file system support as a module, choose M
0012           here. The module will be called efivarfs.
0013 
0014           If unsure, say N.