blob: 8de4da5c9ab69c919389057078d352fd492fbcd3 [file] [log] [blame]
Matt Fleming04851772013-02-08 15:48:51 +00001menu "EFI (Extensible Firmware Interface) Support"
2 depends on EFI
3
4config EFI_VARS
5 tristate "EFI Variable Support via sysfs"
6 depends on EFI
7 default n
8 help
9 If you say Y here, you are able to get EFI (Extensible Firmware
10 Interface) variable information via sysfs. You may read,
11 write, create, and destroy EFI variables through this interface.
12
13 Note that using this driver in concert with efibootmgr requires
14 at least test release version 0.5.0-test3 or later, which is
Peter Jones0e4ca022014-12-09 16:14:11 -050015 available from:
Matt Fleming04851772013-02-08 15:48:51 +000016 <http://linux.dell.com/efibootmgr/testing/efibootmgr-0.5.0-test3.tar.gz>
17
18 Subsequent efibootmgr releases may be found at:
Peter Jones0e4ca022014-12-09 16:14:11 -050019 <http://github.com/vathpela/efibootmgr>
Matt Fleming04851772013-02-08 15:48:51 +000020
21config EFI_VARS_PSTORE
22 tristate "Register efivars backend for pstore"
23 depends on EFI_VARS && PSTORE
24 default y
25 help
26 Say Y here to enable use efivars as a backend to pstore. This
27 will allow writing console messages, crash dumps, or anything
28 else supported by pstore to EFI variables.
29
30config EFI_VARS_PSTORE_DEFAULT_DISABLE
31 bool "Disable using efivars as a pstore backend by default"
32 depends on EFI_VARS_PSTORE
33 default n
34 help
35 Saying Y here will disable the use of efivars as a storage
36 backend for pstore by default. This setting can be overridden
37 using the efivars module's pstore_disable parameter.
38
Dave Young926172d2013-12-20 18:02:18 +080039config EFI_RUNTIME_MAP
40 bool "Export efi runtime maps to sysfs"
41 depends on X86 && EFI && KEXEC
42 default y
43 help
44 Export efi runtime memory maps to /sys/firmware/efi/runtime-map.
45 That memory map is used for example by kexec to set up efi virtual
46 mapping the 2nd kernel, but can also be used for debugging purposes.
47
48 See also Documentation/ABI/testing/sysfs-firmware-efi-runtime-map.
49
Mark Salter0302f712013-12-30 12:12:12 -050050config EFI_PARAMS_FROM_FDT
51 bool
52 help
53 Select this config option from the architecture Kconfig if
54 the EFI runtime support gets system table address, memory
55 map address, and other parameters from the device tree.
56
Ard Biesheuvel022ee6c2014-06-26 12:09:05 +020057config EFI_RUNTIME_WRAPPERS
58 bool
59
Ard Biesheuvelf4f75ad52014-07-02 14:54:43 +020060config EFI_ARMSTUB
61 bool
62
Matt Fleming04851772013-02-08 15:48:51 +000063endmenu
Jan Beulichfce7d3b2013-12-16 14:39:40 +000064
65config UEFI_CPER
66 bool