]> git.sur5r.net Git - u-boot/blobdiff - lib/Kconfig
cmd: tpm: Fix flush command
[u-boot] / lib / Kconfig
index 4c098c064e76d40c6ceef2ff207513fb8b8e7556..65c01573e194e13b0d4a9c64923c840525782312 100644 (file)
@@ -101,6 +101,10 @@ config SHA_PROG_HW_ACCEL
          SHA1/SHA256 progressive hashing.
          Data can be streamed in a block at a time and the hashing
          is performed in hardware.
+
+config MD5
+       bool
+
 endmenu
 
 menu "Compression Support"
@@ -164,12 +168,12 @@ config FDT_FIXUP_PARTITIONS
          variable.
 
 menu "System tables"
-       depends on !EFI && !SYS_COREBOOT
+       depends on (!EFI && !SYS_COREBOOT) || (ARM && EFI_LOADER)
 
 config GENERATE_SMBIOS_TABLE
        bool "Generate an SMBIOS (System Management BIOS) table"
        default y
-       depends on X86
+       depends on X86 || EFI_LOADER
        help
          The System Management BIOS (SMBIOS) specification addresses how
          motherboard and system vendors present management information about