aboutsummaryrefslogtreecommitdiff
path: root/fs/pstore/Kconfig
blob: 8007ae7c0d8c40c0be9bba7f5f62cfc83390f69c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config PSTORE
	bool "Persistent store support"
	default n
	help
	   This option enables generic access to platform level
	   persistent storage via "pstore" filesystem that can
	   be mounted as /dev/pstore.  Only useful if you have
	   a platform level driver that registers with pstore to
	   provide the data, so you probably should just go say "Y"
	   (or "M") to a platform specific persistent store driver
	   (e.g. ACPI_APEI on X86) which will select this for you.
	   If you don't have a platform persistent store driver,
	   say N.