commit | efc0644802a2c9c1747539e017562aabde1f54ec | [log] [tgz] |
---|---|---|
author | Michael Walle <michael@walle.cc> | Fri May 22 14:07:38 2020 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 25 11:54:53 2020 -0400 |
tree | 19a90e91b62dec0f1098a8585e795e9480792898 | |
parent | 2843444a6eaf1bf287aa00ad46ccfac54fac26b0 [diff] |
sandbox: move compression option to Kconfig CONFIG_BZIP2 and CONFIG_GZIP_COMPRESSED are Kconfig options. Select them by CONFIG_SANDBOX instead of setting them in configs/sandbox.h. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Simon Glass <sjg@chromium.org>