Blame view

fs/efivarfs/Kconfig 371 Bytes
d68772b7c   Matt Fleming   efivarfs: Move to...
1
2
  config EFIVAR_FS
  	tristate "EFI Variable filesystem"
a9499fa7c   Tom Gundersen   efi: split efisub...
3
  	depends on EFI
62c204ddf   Leif Lindholm   fs: Make efivarfs...
4
  	default m
d68772b7c   Matt Fleming   efivarfs: Move to...
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.