From: Peter Korsgaard Date: Tue, 6 Nov 2007 10:55:00 +0000 (+0100) Subject: [MTD] mtdoops: Document usage in Kconfig X-Git-Tag: Ubuntu-5.10.0-12.13~41490^2~74 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=256331d53a40f436cd0b16166621d819923145c8;p=mirror_ubuntu-hirsute-kernel.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 8848e8ac705d..661eac09f5cb 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"