commit | 03ff1fa3f6ce475760535c08dfea9b751aa71f65 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Fri Oct 02 12:55:54 2020 +0930 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue Oct 06 20:41:35 2020 +0000 |
tree | 8800310820e1b263304f4768d29eb3bc86e491b6 | |
parent | 6f4a08414c5dcea760f75a402cc90a48b833a0aa [diff] |
rainier: Enable pstore to expose ramoops data Change-Id: Iba5e0546fefc9c170941afc661f0944cbee867fe Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/recipes-kernel/linux/linux-aspeed/rainier.cfg b/recipes-kernel/linux/linux-aspeed/rainier.cfg index dc41d58..f79ad4e 100644 --- a/recipes-kernel/linux/linux-aspeed/rainier.cfg +++ b/recipes-kernel/linux/linux-aspeed/rainier.cfg
@@ -5,3 +5,7 @@ CONFIG_RTC_DRV_RV8803=y CONFIG_IIO=y CONFIG_BMP280=y +CONFIG_PSTORE=y +CONFIG_PSTORE_CONSOLE=y +CONFIG_PSTORE_PMSG=y +CONFIG_PSTORE_RAM=y