mtd: mtdoops: kill Kconfig usage instructions

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Mon Mar 26 20:59:04 EDT 2012


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=f0e0c09b88b23ec418c065739096e198e8d6be22
Commit:     f0e0c09b88b23ec418c065739096e198e8d6be22
Parent:     4aa3179c07fef5671ea87112b617a553634b841c
Author:     Brian Norris <computersforpeace at gmail.com>
AuthorDate: Fri Jan 20 13:17:00 2012 -0800
Committer:  David Woodhouse <David.Woodhouse at intel.com>
CommitDate: Tue Mar 27 00:15:37 2012 +0100

    mtd: mtdoops: kill Kconfig usage instructions
    
    The mtdoops usage instructions found in Kconfig have been incorrect
    since:
    
        commit 2e386e4bac90554887e73d6f342e845185b33fc3
        mtd: mtdoops: refactor as a kmsg_dumper
    
    mtdoops no longer uses a console. Now, if you build it into your kernel,
    you add something like the following to your command line to select
    partition X as your logging partition:
    
        mtdoops.mtddev=X
    
    Anyway, it seems better to leave the documentation out of Kconfig.
    
    Signed-off-by: Brian Norris <computersforpeace at gmail.com>
    Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
    Signed-off-by: David Woodhouse <David.Woodhouse at intel.com>
---
 drivers/mtd/Kconfig |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
index 1be6218..58c6020 100644
--- a/drivers/mtd/Kconfig
+++ b/drivers/mtd/Kconfig
@@ -304,9 +304,6 @@ 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.
-
 config MTD_SWAP
 	tristate "Swap on MTD device support"
 	depends on MTD && SWAP



More information about the linux-mtd-cvs mailing list