diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2022-03-25 23:57:29 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-04-05 00:20:24 +0200 |
commit | 55740b1ba47bc3719d9d8d5e881490ea1db7086e (patch) | |
tree | 7bf78675de47b8341d5d99948224e95981e297a9 | |
parent | ba1ef69603a82940f3644d4604f185124b41a0f8 (diff) | |
download | upstream-55740b1ba47bc3719d9d8d5e881490ea1db7086e.tar.gz upstream-55740b1ba47bc3719d9d8d5e881490ea1db7086e.tar.bz2 upstream-55740b1ba47bc3719d9d8d5e881490ea1db7086e.zip |
kernel: mark CONFIG_PSTORE_COMPRESS_DEFAULT as "is not set"
# CONFIG_PSTORE_COMPRESS_DEFAULT="deflate"
this can lead to confusion. Thankfully, in the KConfig
world this setting is still interpreted as disabled.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
(cherry picked from commit de4879c1ae92bf625a91ff3f07a65ec0e4bb8ed1)
-rw-r--r-- | target/linux/generic/config-5.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10 index 63840c6062..067d0a0757 100644 --- a/target/linux/generic/config-5.10 +++ b/target/linux/generic/config-5.10 @@ -4601,7 +4601,7 @@ CONFIG_PROC_SYSCTL=y # CONFIG_PSTORE is not set # CONFIG_PSTORE_842_COMPRESS is not set # CONFIG_PSTORE_COMPRESS is not set -# CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" +# CONFIG_PSTORE_COMPRESS_DEFAULT is not set # CONFIG_PSTORE_CONSOLE is not set # CONFIG_PSTORE_DEFLATE_COMPRESS is not set # CONFIG_PSTORE_DEFLATE_COMPRESS_DEFAULT is not set |