Skip to content
Snippets Groups Projects
Commit 3b07ad32 authored by Frederic Danis's avatar Frederic Danis
Browse files

debian: armhf: config: Enable PStore


Enable pstore support for i.mx6 sabrelite boards. This helps debugging
hard crashes by saving console, panic and oops logs in reserved memory,
allowing to retrieve them after reboot.

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 6cd3b42c
No related branches found
No related tags found
1 merge request!15debian: armhf: config: Enable PStore
Pipeline #108401 waiting for manual action
......@@ -1348,6 +1348,14 @@ CONFIG_TEGRA_WATCHDOG=m
CONFIG_MESON_WATCHDOG=m
CONFIG_BCM2835_WDT=m
##
## file: fs/pstore/Kconfig
##
CONFIG_PSTORE=y
# CONFIG_PSTORE_DEFLATE_COMPRESS is not set
CONFIG_PSTORE_CONSOLE=y
CONFIG_PSTORE_RAM=y
##
## file: kernel/power/Kconfig
##
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment