aboutsummaryrefslogtreecommitdiffstats
path: root/fs/pstore/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/pstore/Kconfig')
-rw-r--r--fs/pstore/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/fs/pstore/Kconfig b/fs/pstore/Kconfig
index 8007ae7c0d8..b75ee51b271 100644
--- a/fs/pstore/Kconfig
+++ b/fs/pstore/Kconfig
@@ -11,3 +11,17 @@ config PSTORE
11 (e.g. ACPI_APEI on X86) which will select this for you. 11 (e.g. ACPI_APEI on X86) which will select this for you.
12 If you don't have a platform persistent store driver, 12 If you don't have a platform persistent store driver,
13 say N. 13 say N.
14
15config PSTORE_RAM
16 tristate "Log panic/oops to a RAM buffer"
17 depends on HAS_IOMEM
18 depends on PSTORE
19 default n
20 help
21 This enables panic and oops messages to be logged to a circular
22 buffer in RAM where it can be read back at some later point.
23
24 Note that for historical reasons, the module will be named
25 "ramoops.ko".
26
27 For more information, see Documentation/ramoops.txt.