From 775559e12d6f033da05dca6d34a1f375fa05c475 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 22 Jan 2022 08:57:54 +0100 Subject: extra/linux-olpc-xo1: set CONFIG_FW_LOADER_COMPRESS=y for compressed firmware in ramdisk --- extra/linux-olpc-xo1/config.olpc-xo1 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'extra/linux-olpc-xo1/config.olpc-xo1') diff --git a/extra/linux-olpc-xo1/config.olpc-xo1 b/extra/linux-olpc-xo1/config.olpc-xo1 index d6d1f3b0..c6a5ea4e 100644 --- a/extra/linux-olpc-xo1/config.olpc-xo1 +++ b/extra/linux-olpc-xo1/config.olpc-xo1 @@ -922,9 +922,11 @@ CONFIG_PREVENT_FIRMWARE_BUILD=y # Firmware loader # CONFIG_FW_LOADER=y +CONFIG_FW_LOADER_PAGED_BUF=y CONFIG_EXTRA_FIRMWARE="" -# CONFIG_FW_LOADER_USER_HELPER is not set -# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_LOADER_USER_HELPER=y +# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set +CONFIG_FW_LOADER_COMPRESS=y CONFIG_FW_CACHE=y # end of Firmware loader -- cgit v1.2.3-54-g00ecf