Skip to content

Commit

Permalink
mtd: mtdoops: kill Kconfig usage instructions
Browse files Browse the repository at this point in the history
The mtdoops usage instructions found in Kconfig have been incorrect
since:

    commit 2e386e4
    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>
  • Loading branch information
Brian Norris authored and David Woodhouse committed Mar 26, 2012
1 parent 4aa3179 commit f0e0c09
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/mtd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0e0c09

Please sign in to comment.