diff options
author | Brian Norris <computersforpeace@gmail.com> | 2012-01-20 16:17:00 -0500 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2012-03-26 19:15:37 -0400 |
commit | f0e0c09b88b23ec418c065739096e198e8d6be22 (patch) | |
tree | dcbd8c09c3fc50429c86baa05d803213d5a88c96 /drivers/mtd/Kconfig | |
parent | 4aa3179c07fef5671ea87112b617a553634b841c (diff) |
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@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r-- | drivers/mtd/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig index 1be621841400..58c6020d4182 100644 --- a/drivers/mtd/Kconfig +++ b/drivers/mtd/Kconfig | |||
@@ -304,9 +304,6 @@ config MTD_OOPS | |||
304 | buffer in a flash partition where it can be read back at some | 304 | buffer in a flash partition where it can be read back at some |
305 | later point. | 305 | later point. |
306 | 306 | ||
307 | To use, add console=ttyMTDx to the kernel command line, | ||
308 | where x is the MTD device number to use. | ||
309 | |||
310 | config MTD_SWAP | 307 | config MTD_SWAP |
311 | tristate "Swap on MTD device support" | 308 | tristate "Swap on MTD device support" |
312 | depends on MTD && SWAP | 309 | depends on MTD && SWAP |