summaryrefslogtreecommitdiff
path: root/extra/linux-olpc-xo1/config.olpc-xo1
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-22 08:57:54 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-22 08:57:54 +0100
commit775559e12d6f033da05dca6d34a1f375fa05c475 (patch)
tree4397b1c1c7f1df1a789620f7a04bd80581735b50 /extra/linux-olpc-xo1/config.olpc-xo1
parent3da8128a6649d579877d5192ab96175eb23cb18d (diff)
downloadpackages-775559e12d6f033da05dca6d34a1f375fa05c475.tar.xz
extra/linux-olpc-xo1: set CONFIG_FW_LOADER_COMPRESS=y for compressed firmware in ramdisk
Diffstat (limited to 'extra/linux-olpc-xo1/config.olpc-xo1')
-rw-r--r--extra/linux-olpc-xo1/config.olpc-xo16
1 files changed, 4 insertions, 2 deletions
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