Kconfig 371 字节
Newer Older
M
Matt Fleming 已提交
1 2
config EFIVAR_FS
	tristate "EFI Variable filesystem"
3
	depends on EFI
4
	default m
M
Matt Fleming 已提交
5 6 7 8 9 10 11 12 13
	help
	  efivarfs is a replacement filesystem for the old EFI
	  variable support via sysfs, as it doesn't suffer from the
	  same 1024-byte variable size limit.

	  To compile this file system support as a module, choose M
	  here. The module will be called efivarfs.

	  If unsure, say N.