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-s390x.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-s390x.config')
-rw-r--r-- | kernel-s390x.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel-s390x.config b/kernel-s390x.config index d4f7bec16..bd9891b81 100644 --- a/kernel-s390x.config +++ b/kernel-s390x.config @@ -1517,7 +1517,7 @@ CONFIG_FUSION_SPI=m 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 |