diff options
author | Anton Vorontsov <anton.vorontsov@linaro.org> | 2012-05-16 08:43:08 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-05-16 11:06:37 -0400 |
commit | 1894a253db97059bc299b834b76f665bc6586b1d (patch) | |
tree | 791ad2d33cc1d28c32fa340b0a8f0c2a645c4b26 /drivers/char/Kconfig | |
parent | d109a674a3685d43f16da5cc4cb8b927d07c436d (diff) |
ramoops: Move to fs/pstore/ram.c
Since ramoops was converted to pstore, it has nothing to do with character
devices nowadays. Instead, today it is just a RAM backend for pstore.
The patch just moves things around. There are a few changes were needed
because of the move:
1. Kconfig and Makefiles fixups, of course.
2. In pstore/ram.c we have to play a bit with MODULE_PARAM_PREFIX, this
is needed to keep user experience the same as with ramoops driver
(i.e. so that ramoops.foo kernel command line arguments would still
work).
Signed-off-by: Anton Vorontsov <anton.vorontsov@linaro.org>
Acked-by: Marco Stornelli <marco.stornelli@gmail.com>
Acked-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index fab778d471c5..ea6f6325f9ba 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -585,15 +585,6 @@ config DEVPORT | |||
585 | 585 | ||
586 | source "drivers/s390/char/Kconfig" | 586 | source "drivers/s390/char/Kconfig" |
587 | 587 | ||
588 | config RAMOOPS | ||
589 | tristate "Log panic/oops to a RAM buffer" | ||
590 | depends on HAS_IOMEM | ||
591 | depends on PSTORE | ||
592 | default n | ||
593 | help | ||
594 | This enables panic and oops messages to be logged to a circular | ||
595 | buffer in RAM where it can be read back at some later point. | ||
596 | |||
597 | config MSM_SMD_PKT | 588 | config MSM_SMD_PKT |
598 | bool "Enable device interface for some SMD packet ports" | 589 | bool "Enable device interface for some SMD packet ports" |
599 | default n | 590 | default n |