LZO_DECOMPRESS as well as all other decompress options already select UNCOMPRESS, so selecting it again is unnecessary. Signed-off-by: Ahmad Fatoum <a.fatoum@xxxxxxxxxxxxxx> --- v1 -> v2: - new patch --- pbl/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/pbl/Kconfig b/pbl/Kconfig index ec1886073e42..4dfa9553f786 100644 --- a/pbl/Kconfig +++ b/pbl/Kconfig @@ -31,7 +31,6 @@ if PBL_IMAGE config USE_COMPRESSED_DTB bool depends on ARM || RISCV - select UNCOMPRESS select LZO_DECOMPRESS config PBL_RELOCATABLE -- 2.30.2