Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
[linux-2.6-block.git] / fs / efivarfs / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
d68772b7
MF
2config EFIVAR_FS
3 tristate "EFI Variable filesystem"
a9499fa7 4 depends on EFI
62c204dd 5 default m
d68772b7
MF
6 help
7 efivarfs is a replacement filesystem for the old EFI
8 variable support via sysfs, as it doesn't suffer from the
9 same 1024-byte variable size limit.
10
11 To compile this file system support as a module, choose M
12 here. The module will be called efivarfs.
13
14 If unsure, say N.