commit | aed998aa34b22e818b2cd58ca7f2246716f2c3a6 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:42 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 12:45:32 2017 -0400 |
tree | ae02a003bdbba0da36dc3097ffaf8e76bb670848 | |
parent | 4a37cb50386a8affa2cfc68874ba88664b8ceca2 [diff] [blame] |
Convert CONFIG_LZMA to Kconfig This converts the following to Kconfig: CONFIG_LZMA Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/qemu_mips_defconfig b/configs/qemu_mips_defconfig index b87b0c5..c6f08b4 100644 --- a/configs/qemu_mips_defconfig +++ b/configs/qemu_mips_defconfig
@@ -13,3 +13,4 @@ # CONFIG_ISO_PARTITION is not set CONFIG_MTD_NOR_FLASH=y CONFIG_SYS_NS16550=y +CONFIG_LZMA=y