diff options
author | Olof Johansson <olof@lixom.net> | 2013-11-12 22:32:13 +0100 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2013-11-25 21:47:24 +0100 |
commit | 9742e127cd0dd5783f8c11c62d07886003114499 (patch) | |
tree | bc327139ca43687c55f5a348ff411c0bce9cd1a6 /drivers/platform/chrome/Kconfig | |
parent | slab.h: remove duplicate kmalloc declaration and fix kernel-doc warnings (diff) | |
download | linux-9742e127cd0dd5783f8c11c62d07886003114499.tar.xz linux-9742e127cd0dd5783f8c11c62d07886003114499.zip |
platform/chrome: Add pstore platform_device
Add the ramoops pstore device so that we get logs of panics across reboots.
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'drivers/platform/chrome/Kconfig')
-rw-r--r-- | drivers/platform/chrome/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig index b13303e75a34..440ed776efd4 100644 --- a/drivers/platform/chrome/Kconfig +++ b/drivers/platform/chrome/Kconfig @@ -25,4 +25,18 @@ config CHROMEOS_LAPTOP If you have a supported Chromebook, choose Y or M here. The module will be called chromeos_laptop. +config CHROMEOS_PSTORE + tristate "Chrome OS pstore support" + ---help--- + This module instantiates the persistent storage on x86 ChromeOS + devices. It can be used to store away console logs and crash + information across reboots. + + The range of memory used is 0xf00000-0x1000000, traditionally + the memory used to back VGA controller memory. + + If you have a supported Chromebook, choose Y or M here. + The module will be called chromeos_pstore. + + endif # CHROMEOS_PLATFORMS |