]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/Kconfig
armv8: ls1088aqds: Change phy mode to PHY_INTERFACE_MODE_RGMII_ID
[people/ms/u-boot.git] / cmd / Kconfig
index bc4f72679e1077dd8cc54e6fc7f98d7dafb11da4..ce81b4c444a36d844263664f98c88c7b81782541 100644 (file)
@@ -266,7 +266,6 @@ config CMD_IMI
 
 config CMD_IMLS
        bool "imls"
-       default y
        help
          List all images found in flash
 
@@ -531,6 +530,7 @@ menu "Compression commands"
 
 config CMD_LZMADEC
        bool "lzmadec"
+       default y if CMD_BOOTI
        select LZMA
        help
          Support decompressing an LZMA (Lempel-Ziv-Markov chain algorithm)
@@ -538,6 +538,7 @@ config CMD_LZMADEC
 
 config CMD_UNZIP
        bool "unzip"
+       default y if CMD_BOOTI
        help
          Uncompress a zip-compressed memory region.