Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Matt Fleming | d68772b | 2013-02-08 16:27:24 +0000 | [diff] [blame] | 2 | config EFIVAR_FS |
| 3 | tristate "EFI Variable filesystem" |
Tom Gundersen | a9499fa | 2013-02-08 15:37:06 +0000 | [diff] [blame] | 4 | depends on EFI |
Leif Lindholm | 62c204d | 2014-12-18 17:50:49 +0000 | [diff] [blame] | 5 | default m |
Matt Fleming | d68772b | 2013-02-08 16:27:24 +0000 | [diff] [blame] | 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. |