From: Baruch Siach Date: Mon, 7 Oct 2019 12:05:47 +0000 (+0300) Subject: dts: fix MULTI_DTB_FIT compression choice prompt X-Git-Tag: v2025.01-rc5-pxa1908~2722^2~12 X-Git-Url: http://git.dujemihanovic.xyz/%7B%7B%20%24style.RelPermalink%20%7D%7D?a=commitdiff_plain;h=574e38618b1de30311e17186759486f217cda39a;p=u-boot.git dts: fix MULTI_DTB_FIT compression choice prompt This choice is not about SPL for which we have a separate choice. Fixes: 95f4bbd581 ("lib: fdt: Allow LZO and GZIP DT compression in U-Boot") Cc: Marek Vasut Signed-off-by: Baruch Siach --- diff --git a/dts/Kconfig b/dts/Kconfig index 424193dfad..2bd959a7dc 100644 --- a/dts/Kconfig +++ b/dts/Kconfig @@ -131,7 +131,7 @@ config OF_LIST separated by . choice - prompt "SPL OF LIST compression" + prompt "OF LIST compression" depends on MULTI_DTB_FIT default MULTI_DTB_FIT_NO_COMPRESSION