Kconfig (01b944fe1cd4e21a2a9ed51adbdbafe2d5e905ba) Kconfig (2965faa5e03d1e71e9ff9aa143fff39e0a77543a)
1menu "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

--- 29 unchanged lines hidden (view full) ---

38 default n
39 help
40 Saying Y here will disable the use of efivars as a storage
41 backend for pstore by default. This setting can be overridden
42 using the efivars module's pstore_disable parameter.
43
44config EFI_RUNTIME_MAP
45 bool "Export efi runtime maps to sysfs"
1menu "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

--- 29 unchanged lines hidden (view full) ---

38 default n
39 help
40 Saying Y here will disable the use of efivars as a storage
41 backend for pstore by default. This setting can be overridden
42 using the efivars module's pstore_disable parameter.
43
44config EFI_RUNTIME_MAP
45 bool "Export efi runtime maps to sysfs"
46 depends on X86 && EFI && KEXEC
46 depends on X86 && EFI && KEXEC_CORE
47 default y
48 help
49 Export efi runtime memory maps to /sys/firmware/efi/runtime-map.
50 That memory map is used for example by kexec to set up efi virtual
51 mapping the 2nd kernel, but can also be used for debugging purposes.
52
53 See also Documentation/ABI/testing/sysfs-firmware-efi-runtime-map.
54

--- 17 unchanged lines hidden ---
47 default y
48 help
49 Export efi runtime memory maps to /sys/firmware/efi/runtime-map.
50 That memory map is used for example by kexec to set up efi virtual
51 mapping the 2nd kernel, but can also be used for debugging purposes.
52
53 See also Documentation/ABI/testing/sysfs-firmware-efi-runtime-map.
54

--- 17 unchanged lines hidden ---