diff options
author | Peter Robinson <pbrobinson@gmail.com> | 2019-07-25 12:47:21 +0100 |
---|---|---|
committer | Peter Robinson <pbrobinson@gmail.com> | 2019-07-26 16:44:18 +0100 |
commit | 8efb3fad95343568ea430bc1f5dc6abc0acf6027 (patch) | |
tree | a5088f4c5afa07edc1b13f1b467c45dcd04507bd /kernel-x86_64-debug.config | |
parent | 5feabf6fff5ac81f5095449418558ac395f7929e (diff) | |
download | kernel-8efb3fad95343568ea430bc1f5dc6abc0acf6027.tar.gz kernel-8efb3fad95343568ea430bc1f5dc6abc0acf6027.tar.xz kernel-8efb3fad95343568ea430bc1f5dc6abc0acf6027.zip |
enable support for loading compressed firmware, non compressed formats still work
Diffstat (limited to 'kernel-x86_64-debug.config')
-rw-r--r-- | kernel-x86_64-debug.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-x86_64-debug.config b/kernel-x86_64-debug.config index 34fc2baa3..95fe22c33 100644 --- a/kernel-x86_64-debug.config +++ b/kernel-x86_64-debug.config @@ -1730,7 +1730,7 @@ CONFIG_FUSION=y CONFIG_FUTEX=y # CONFIG_FW_CFG_SYSFS_CMDLINE is not set CONFIG_FW_CFG_SYSFS=m -# CONFIG_FW_LOADER_COMPRESS is not set +CONFIG_FW_LOADER_COMPRESS=y # CONFIG_FW_LOADER_USER_HELPER is not set CONFIG_FW_LOADER=y CONFIG_FXAS21002C=m |