diff options
-rw-r--r-- | cmd/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index c182d73ddbd..b026439c773 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -741,7 +741,8 @@ config CMD_BINOP config CMD_BLOBLIST bool "bloblist" - default y if BLOBLIST + depends on BLOBLIST + default y help Show information about the bloblist, a collection of binary blobs held in memory that persist between SPL and U-Boot. In the case of |