summaryrefslogtreecommitdiff
path: root/meta-google/recipes-kernel
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2023-03-31 05:01:56 +0300
committerWilliam A. Kennington III <wak@google.com>2023-04-01 01:36:38 +0300
commit162c2c9856d9a29bf490f69a8162354dc40d3471 (patch)
tree15786c3bdb817e47b1cddce7eba9a8c8af5b3e9d /meta-google/recipes-kernel
parent1cf2b96867b080609628a98e910751cc7e32b2fe (diff)
downloadopenbmc-162c2c9856d9a29bf490f69a8162354dc40d3471.tar.xz
meta-google: linux: Add pstore + dmesg time config
This is allows us to store larger logs and see timestamps in the dmesg output. Change-Id: I3fe95b49579780917115f4a57afc35f9b594a994 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google/recipes-kernel')
-rw-r--r--meta-google/recipes-kernel/linux/files/gbmc.cfg6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-google/recipes-kernel/linux/files/gbmc.cfg b/meta-google/recipes-kernel/linux/files/gbmc.cfg
index 056ee9161f..566c5a8d7d 100644
--- a/meta-google/recipes-kernel/linux/files/gbmc.cfg
+++ b/meta-google/recipes-kernel/linux/files/gbmc.cfg
@@ -53,3 +53,9 @@ CONFIG_INPUT_LEDS=n
CONFIG_INPUT_MOUSE=n
CONFIG_KEYBOARD_ATKBD=n
CONFIG_SERIO_LIBPS2=n
+
+# Features useful if a machine enables pstore for dumps
+CONFIG_PSTORE_DEFLATE_COMPRESS=n
+CONFIG_PSTORE_ZSTD_COMPRESS=y
+CONFIG_PSTORE_ZSTD_COMPRESS_DEFAULT=y
+CONFIG_PRINTK_TIME=y