summaryrefslogtreecommitdiff
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-05-17 09:25:43 (GMT)
committerTom Rini <trini@konsulko.com>2017-05-22 16:45:33 (GMT)
commitee7c0e712a22aff6c7db10acd040b215822f6622 (patch)
treecb5787098d7ba8c36f76fde5b174eac001d878b2 /arch/Kconfig
parentaed998aa34b22e818b2cd58ca7f2246716f2c3a6 (diff)
downloadu-boot-ee7c0e712a22aff6c7db10acd040b215822f6622.tar.xz
Convert CONFIG_CMD_LZMADEC to Kconfig
This converts the following to Kconfig: CONFIG_CMD_LZMADEC Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index beec00a..84da4e7 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -73,6 +73,7 @@ config SANDBOX
imply CMD_IO
imply CMD_IOTRACE
imply LZMA
+ imply CMD_LZMADEC
config SH
bool "SuperH architecture"