Re-add module description for ms02-nv to Kconfig

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Wed May 17 11:59:02 EDT 2006


Commit:     be21ce119716f821c595552917ce7c05a3997b6b
Parent:     683b30c8e78ab363dc8d8c94bdb61b64d1f6f5e2
Author:     Martin Michlmayr <tbm at cyrius.com>
AuthorDate: Mon Mar 20 04:40:26 2006 +0000
Commit:     David Woodhouse <dwmw2 at infradead.org>
CommitDate: Wed May 17 16:20:37 2006 +0100

    Re-add module description for ms02-nv to Kconfig
    
    In an unrelated MTD commit, a description about the ms02-nv module
    got removed from Kconfig.  While I personally agree with this
    removal, the module maintainer (Maciej W. Rozycki) would like to
    see it added back.  In the absense of any consistency regarding
    Kconfig descriptions his wish should be followed.
    
    Signed-off-by: Martin Michlmayr <tbm at cyrius.com>
    Acked-by: Maciej W. Rozycki <macro at linux-mips.org>
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>

 drivers/mtd/devices/Kconfig |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig
index 6e9f880..16c02b5 100644
--- a/drivers/mtd/devices/Kconfig
+++ b/drivers/mtd/devices/Kconfig
@@ -47,6 +47,11 @@ config MTD_MS02NV
 	  accelerator.  Say Y here if you have a DECstation 5000/2x0 or a
 	  DECsystem 5900 equipped with such a module.
 
+	  If you want to compile this driver as a module ( = code which can be
+	  inserted in and removed from the running kernel whenever you want),
+	  say M here and read <file:Documentation/modules.txt>.  The module will
+	  be called ms02-nv.o.
+
 config MTD_DATAFLASH
 	tristate "Support for AT45xxx DataFlash"
 	depends on MTD && SPI_MASTER && EXPERIMENTAL



More information about the linux-mtd-cvs mailing list