From 47a895f435cccb2cb14eb5d0c52d2f6d4d904907 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Wed, 12 Aug 2020 08:03:24 -0500 Subject: Linux v5.8.1 Signed-off-by: Justin M. Forbes --- configs/fedora/generic/CONFIG_MTD_PSTORE | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 configs/fedora/generic/CONFIG_MTD_PSTORE (limited to 'configs/fedora/generic/CONFIG_MTD_PSTORE') diff --git a/configs/fedora/generic/CONFIG_MTD_PSTORE b/configs/fedora/generic/CONFIG_MTD_PSTORE new file mode 100644 index 000000000..f2e8aab06 --- /dev/null +++ b/configs/fedora/generic/CONFIG_MTD_PSTORE @@ -0,0 +1,20 @@ +# CONFIG_MTD_PSTORE: +# +# This enables panic and oops messages to be logged to a circular +# buffer in a flash partition where it can be read back as files after +# mounting pstore filesystem. +# +# If unsure, say N. +# +# Symbol: MTD_PSTORE [=n] +# Type : tristate +# Defined at drivers/mtd/Kconfig:173 +# Prompt: Log panic/oops to an MTD buffer based on pstore +# Depends on: MTD [=m] && PSTORE_BLK [=m] +# Location: +# -> Device Drivers +# -> Memory Technology Device (MTD) support (MTD [=m]) +# +# +# +CONFIG_MTD_PSTORE=m -- cgit