aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-02-20 14:27:48 +0900
committerMark Brown <broonie@kernel.org>2015-02-20 14:27:48 +0900
commit855267e97aab7a25fb3aaa27f8080a0792fb3011 (patch)
tree5409f76605c8227e46070295f2bf97d87f2dcc9e /fs/pstore/Kconfig
parentd88f67b8441516e42e59a064546ac3a78a992d82 (diff)
parentecfe0b5f15b23de6fea4ed4d0bc9ef27c382c0cb (diff)
Merge branch 'linaro-android-3.10-lsk' of git://android.git.linaro.org/kernel/linaro-android into lsk-v3.10-aospv3.10/topic/aosp
Diffstat (limited to 'fs/pstore/Kconfig')
-rw-r--r--fs/pstore/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/pstore/Kconfig b/fs/pstore/Kconfig
index ca71db69da07..da12fd4e3d47 100644
--- a/fs/pstore/Kconfig
+++ b/fs/pstore/Kconfig
@@ -19,6 +19,16 @@ config PSTORE_CONSOLE
When the option is enabled, pstore will log all kernel
messages, even if no oops or panic happened.
+config PSTORE_PMSG
+ bool "Log user space messages"
+ depends on PSTORE
+ help
+ When the option is enabled, pstore will export a character
+ interface /dev/pmsg0 to log user space messages. On reboot
+ data can be retrieved from /sys/fs/pstore/pmsg-ramoops-[ID].
+
+ If unsure, say N.
+
config PSTORE_FTRACE
bool "Persistent function tracer"
depends on PSTORE