xref: /openbmc/linux/fs/efivarfs/Kconfig (revision a9499fa7)
1d68772b7SMatt Flemingconfig EFIVAR_FS
2d68772b7SMatt Fleming	tristate "EFI Variable filesystem"
3a9499fa7STom Gundersen	depends on EFI
4d68772b7SMatt Fleming	help
5d68772b7SMatt Fleming	  efivarfs is a replacement filesystem for the old EFI
6d68772b7SMatt Fleming	  variable support via sysfs, as it doesn't suffer from the
7d68772b7SMatt Fleming	  same 1024-byte variable size limit.
8d68772b7SMatt Fleming
9d68772b7SMatt Fleming	  To compile this file system support as a module, choose M
10d68772b7SMatt Fleming	  here. The module will be called efivarfs.
11d68772b7SMatt Fleming
12d68772b7SMatt Fleming	  If unsure, say N.
13