Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / lib / efi_loader / Kconfig
index 0754814..7fd3a3c 100644 (file)
@@ -88,6 +88,7 @@ config EFI_GET_TIME
 config EFI_SET_TIME
        bool "SetTime() runtime service"
        depends on EFI_GET_TIME
+       default y if ARCH_QEMU || SANDBOX
        default n
        help
          Provide the SetTime() runtime service at boottime. This service
@@ -184,6 +185,13 @@ config EFI_RNG_PROTOCOL
          Provide a EFI_RNG_PROTOCOL implementation using the hardware random
          number generator of the platform.
 
+config EFI_TCG2_PROTOCOL
+       bool "EFI_TCG2_PROTOCOL support"
+       depends on TPM_V2
+       help
+         Provide a EFI_TCG2_PROTOCOL implementation using the TPM hardware
+         of the platform.
+
 config EFI_LOAD_FILE2_INITRD
        bool "EFI_FILE_LOAD2_PROTOCOL for Linux initial ramdisk"
        default n