Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=256331d53a40f436cd0b16166621d819923145c8 Commit: 256331d53a40f436cd0b16166621d819923145c8 Parent: 2a1dba2931dc14a2a202eef435ab24cf6bc6dbd4 Author: Peter Korsgaard <[EMAIL PROTECTED]> AuthorDate: Tue Nov 6 11:55:00 2007 +0100 Committer: David Woodhouse <[EMAIL PROTECTED]> CommitDate: Mon Dec 3 14:00:06 2007 +0000
[MTD] mtdoops: Document usage in Kconfig Add usage instructions to Kconfig for mtdoops driver. Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> --- drivers/mtd/Kconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 8848e8a..661eac0 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" - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html