swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: b098d6726bbfb94c06d6e1097466187afddae61f authored by Linus Torvalds on 25 March 2014, 02:31:17 UTC
Linux 3.14-rc8
Tip revision: b098d67
Kconfig
config EFIVAR_FS
	tristate "EFI Variable filesystem"
	depends on EFI
	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.
back to top