payloads/Kconfig: do not show compression menu for FIT
commit256dd1198c8154c6de7dbe44000b03e997dae36b
authorAndrea Barberio <insomniac@slackware.it>
Tue, 25 Sep 2018 13:22:01 +0000 (25 14:22 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Wed, 26 Sep 2018 15:38:58 +0000 (26 15:38 +0000)
treea6336313b6e7f912f2d7c144e5a776af1c9f6cf9
parentd4c5b211d59bf2fc91660d9ed5e488f4765667dc
payloads/Kconfig: do not show compression menu for FIT

FIT payloads do not support compression. Currently this would thrown an error
like the following:

E: FIT images don't support whole-image compression, compress the kernel component instead!

With this patch, menuconfig will correctly *not* show payload compression for
FIT payloads, and this will correctly set compression to NONE.

Change-Id: If564e2f5c0d499bc30411d7bd41611790453d4ef
Signed-off-by: Andrea Barberio <insomniac@slackware.it>
Reviewed-on: https://review.coreboot.org/28732
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
payloads/Kconfig