aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/Kconfig
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2007-11-06 11:55:00 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2007-12-03 14:00:06 +0000
commit256331d53a40f436cd0b16166621d819923145c8 (patch)
tree7e34271f045031864e78ec2418f2bb2a63d26aa8 /drivers/mtd/Kconfig
parent[MTD] [NAND] Marvell Orion device bus NAND controller (diff)
downloadlinux-dev-256331d53a40f436cd0b16166621d819923145c8.tar.xz
linux-dev-256331d53a40f436cd0b16166621d819923145c8.zip
[MTD] mtdoops: Document usage in Kconfig
Add usage instructions to Kconfig for mtdoops driver. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/Kconfig')
-rw-r--r--drivers/mtd/Kconfig3
1 files changed, 3 insertions, 0 deletions
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"