X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fmtd%2FKconfig;h=8848e8ac705d9f22a35dce96d3fe788984cc52ed;hb=ebf8889bd1fe3615991ff4494635d237280652a2;hp=fbec8cd55e38e78e020826d9df8cb6ed7879d6d9;hpb=e8b495fe09bc793ae26774e7b2667f7f658d56e2;p=linux-2.6 diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index fbec8cd55e..8848e8ac70 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -278,6 +278,14 @@ config SSFDC This enables read only access to SmartMedia formatted NAND flash. You can mount it with FAT file system. +config MTD_OOPS + tristate "Log panic/oops to an MTD buffer" + depends on MTD + help + This enables panic and oops messages to be logged to a circular + buffer in a flash partition where it can be read back at some + later point. + source "drivers/mtd/chips/Kconfig" source "drivers/mtd/maps/Kconfig"