xref: /openbmc/linux/fs/efivarfs/Kconfig (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2d68772b7SMatt Flemingconfig EFIVAR_FS
3d68772b7SMatt Fleming	tristate "EFI Variable filesystem"
4a9499fa7STom Gundersen	depends on EFI
562c204ddSLeif Lindholm	default m
6d68772b7SMatt Fleming	help
7d68772b7SMatt Fleming	  efivarfs is a replacement filesystem for the old EFI
8d68772b7SMatt Fleming	  variable support via sysfs, as it doesn't suffer from the
9d68772b7SMatt Fleming	  same 1024-byte variable size limit.
10d68772b7SMatt Fleming
11d68772b7SMatt Fleming	  To compile this file system support as a module, choose M
12d68772b7SMatt Fleming	  here. The module will be called efivarfs.
13d68772b7SMatt Fleming
14d68772b7SMatt Fleming	  If unsure, say N.
15