diff options
Diffstat (limited to 'lib/efi_loader/Kconfig')
| -rw-r--r-- | lib/efi_loader/Kconfig | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/lib/efi_loader/Kconfig b/lib/efi_loader/Kconfig index c05a54df16a..c5835e6ef61 100644 --- a/lib/efi_loader/Kconfig +++ b/lib/efi_loader/Kconfig @@ -226,6 +226,14 @@ config EFI_CAPSULE_AUTHENTICATE  	  Select this option if you want to enable capsule  	  authentication +config EFI_CAPSULE_MAX +	int "Max value for capsule index" +	default 15 +	range 0 65535 +	help +	  Select the max capsule index value used for capsule report +	  variables. This value is used to create CapsuleMax variable. +  config EFI_DEVICE_PATH_TO_TEXT  	bool "Device path to text protocol"  	default y | 
