]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - fs/efivarfs/Kconfig
Merge tag 'gvt-fixes-2017-08-07' of https://github.com/01org/gvt-linux into drm-intel...
[mirror_ubuntu-artful-kernel.git] / fs / efivarfs / Kconfig
1 config EFIVAR_FS
2 tristate "EFI Variable filesystem"
3 depends on EFI
4 default m
5 help
6 efivarfs is a replacement filesystem for the old EFI
7 variable support via sysfs, as it doesn't suffer from the
8 same 1024-byte variable size limit.
9
10 To compile this file system support as a module, choose M
11 here. The module will be called efivarfs.
12
13 If unsure, say N.