From: Peter Korsgaard Date: Tue, 6 Nov 2007 10:55:00 +0000 (+0100) Subject: [MTD] mtdoops: Document usage in Kconfig X-Git-Tag: v2.6.25-rc1~296^2~74 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=256331d53a40f436cd0b16166621d819923145c8;p=linux-2.6-omap-h63xx.git [MTD] mtdoops: Document usage in Kconfig Add usage instructions to Kconfig for mtdoops driver. Signed-off-by: Peter Korsgaard Signed-off-by: David Woodhouse --- diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 8848e8ac705..661eac09f5c 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig @@ -286,6 +286,9 @@ config MTD_OOPS buffer in a flash partition where it can be read back at some later point. + To use, add console=ttyMTDx to the kernel command line, + where x is the MTD device number to use. + source "drivers/mtd/chips/Kconfig" source "drivers/mtd/maps/Kconfig"