summaryrefslogtreecommitdiff
path: root/ANDROID_3.4.5/fs/pstore/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'ANDROID_3.4.5/fs/pstore/Kconfig')
-rw-r--r--ANDROID_3.4.5/fs/pstore/Kconfig13
1 files changed, 0 insertions, 13 deletions
diff --git a/ANDROID_3.4.5/fs/pstore/Kconfig b/ANDROID_3.4.5/fs/pstore/Kconfig
deleted file mode 100644
index 8007ae7c..00000000
--- a/ANDROID_3.4.5/fs/pstore/Kconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-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.