]> git.sur5r.net Git - u-boot/blobdiff - Kconfig
mmc: sdhci: Handle execute tuning command in sdhci_send_command
[u-boot] / Kconfig
diff --git a/Kconfig b/Kconfig
index b5f7450ba6b7901bfaf3f6203b0a3cee46e7f4a5..9fd9de1772d2b50a6557ce774387f26deff66c93 100644 (file)
--- a/Kconfig
+++ b/Kconfig
@@ -74,6 +74,7 @@ config DISTRO_DEFAULTS
        select CMD_DHCP if CMD_NET
        select CMD_PING if CMD_NET
        select CMD_PXE if NET
+       select CMD_ENV_EXISTS
        select CMD_EXT2
        select CMD_EXT4
        select CMD_FAT
@@ -252,6 +253,7 @@ config FIT_SIGNATURE
        bool "Enable signature verification of FIT uImages"
        depends on DM
        select RSA
+       select HASH
        help
          This option enables signature verification of FIT uImages,
          using a hash signed and verified using RSA. If