commit | 264aa5ff09658e2d34f63527cc46a4370821d881 | [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 | 3b1fb954c27dc2b70792fe41ff4291d7a73a571c [diff] |
Convert CONFIG_LZMA to Kconfig This converts the following to Kconfig: CONFIG_LZMA Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/Kconfig b/arch/Kconfig index bad0352..beec00a 100644 --- a/arch/Kconfig +++ b/arch/Kconfig
@@ -72,6 +72,7 @@ imply CMD_HASH imply CMD_IO imply CMD_IOTRACE + imply LZMA config SH bool "SuperH architecture"