]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/char/Kconfig
ramoops: add HAS_IOMEM dependency
[net-next-2.6.git] / drivers / char / Kconfig
index e21175be25d0b1c88f2b0fe3ec717f014e17b7f6..7cfcc629a7fd0f89bf56995652aff7d888379549 100644 (file)
@@ -1121,5 +1121,13 @@ config DEVPORT
 
 source "drivers/s390/char/Kconfig"
 
+config RAMOOPS
+       tristate "Log panic/oops to a RAM buffer"
+       depends on HAS_IOMEM
+       default n
+       help
+         This enables panic and oops messages to be logged to a circular
+         buffer in RAM where it can be read back at some later point.
+
 endmenu