diff options
author | Simon Glass <sjg@chromium.org> | 2017-05-17 03:25:42 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-05-22 12:45:32 -0400 |
commit | aed998aa34b22e818b2cd58ca7f2246716f2c3a6 (patch) | |
tree | ae02a003bdbba0da36dc3097ffaf8e76bb670848 /configs/ap143_defconfig | |
parent | 4a37cb50386a8affa2cfc68874ba88664b8ceca2 (diff) | |
download | u-boot-aed998aa34b22e818b2cd58ca7f2246716f2c3a6.tar.gz |
Convert CONFIG_LZMA to Kconfig
This converts the following to Kconfig:
CONFIG_LZMA
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/ap143_defconfig')
-rw-r--r-- | configs/ap143_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ap143_defconfig b/configs/ap143_defconfig index 0753221d7f..05f1699748 100644 --- a/configs/ap143_defconfig +++ b/configs/ap143_defconfig @@ -46,3 +46,4 @@ CONFIG_DEBUG_UART_BOARD_INIT=y CONFIG_SYS_NS16550=y CONFIG_DM_SPI=y CONFIG_ATH79_SPI=y +CONFIG_LZMA=y |