Kconfig (06f7d4a1618dbb086e738c93cd1ef416ab01027d) Kconfig (65117f1aa1b2d145fd5ca376bde642794d0aae1b)
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

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

97 "LoaderEntryOneShot" EFI variable, to be read by the
98 bootloader. If the string matches one of the boot labels
99 defined in its configuration, the bootloader will boot once
100 to that label. The "LoaderEntryRebootReason" EFI variable is
101 set with the reboot reason: "reboot" or "shutdown". The
102 bootloader reads this reboot reason and takes particular
103 action according to its policy.
104
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

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

97 "LoaderEntryOneShot" EFI variable, to be read by the
98 bootloader. If the string matches one of the boot labels
99 defined in its configuration, the bootloader will boot once
100 to that label. The "LoaderEntryRebootReason" EFI variable is
101 set with the reboot reason: "reboot" or "shutdown". The
102 bootloader reads this reboot reason and takes particular
103 action according to its policy.
104
105config EFI_CAPSULE_LOADER
106 tristate "EFI capsule loader"
107 depends on EFI
108 help
109 This option exposes a loader interface "/dev/efi_capsule_loader" for
110 users to load EFI capsules. This driver requires working runtime
111 capsule support in the firmware, which many OEMs do not provide.
112
113 Most users should say N.
114
105endmenu
106
107config UEFI_CPER
108 bool
115endmenu
116
117config UEFI_CPER
118 bool