From ee7c0e712a22aff6c7db10acd040b215822f6622 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 17 May 2017 03:25:43 -0600 Subject: Convert CONFIG_CMD_LZMADEC to Kconfig This converts the following to Kconfig: CONFIG_CMD_LZMADEC Signed-off-by: Simon Glass --- cmd/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index dc81913767..5ee52f62cc 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -438,6 +438,17 @@ config CMD_MEMINFO help Display memory information. +endmenu + +menu "Compression commands" + +config CMD_LZMADEC + bool "lzmadec" + select LZMA + help + Support decompressing an LZMA (Lempel-Ziv-Markov chain algorithm) + image from memory. + config CMD_UNZIP bool "unzip" help -- cgit v1.2.1