projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a1dba2
)
[MTD] mtdoops: Document usage in Kconfig
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 6 Nov 2007 10:55:00 +0000
(11:55 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Mon, 3 Dec 2007 14:00:06 +0000
(14:00 +0000)
Add usage instructions to Kconfig for mtdoops driver.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
drivers/mtd/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/mtd/Kconfig
b/drivers/mtd/Kconfig
index 8848e8ac705d9f22a35dce96d3fe788984cc52ed..661eac09f5cb1852ad8c99e641769bf9c730f0fc 100644
(file)
--- 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"