Blame view

fs/efivarfs/Kconfig 411 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
d68772b7c   Matt Fleming   efivarfs: Move to...
2
3
  config EFIVAR_FS
  	tristate "EFI Variable filesystem"
a9499fa7c   Tom Gundersen   efi: split efisub...
4
  	depends on EFI
62c204ddf   Leif Lindholm   fs: Make efivarfs...
5
  	default m
d68772b7c   Matt Fleming   efivarfs: Move to...
6
7
8
9
10
11
12
13
14
  	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.