commit | 8ffe86cc817dab2870099377ea893b7519746e7e | [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 | c11187abc5113e6fdcae70eec3ad7193f933ece4 [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>