diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 09:25:42 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 16:45:32 (GMT) |
commit | aed998aa34b22e818b2cd58ca7f2246716f2c3a6 (patch) | |
tree | ae02a003bdbba0da36dc3097ffaf8e76bb670848 /arch/Kconfig | |
parent | 4a37cb50386a8affa2cfc68874ba88664b8ceca2 (diff) | |
download | u-boot-fsl-qoriq-aed998aa34b22e818b2cd58ca7f2246716f2c3a6.tar.xz |
Convert CONFIG_LZMA to Kconfig
This converts the following to Kconfig:
CONFIG_LZMA
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index bad0352..beec00a 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -72,6 +72,7 @@ config SANDBOX imply CMD_HASH imply CMD_IO imply CMD_IOTRACE + imply LZMA config SH bool "SuperH architecture" |