[MTD] [MAPS] Document MTD_PHYSMAP module name in kconfig

Linux-MTD Mailing List linux-mtd at lists.infradead.org
Tue Apr 22 07:59:02 EDT 2008


Gitweb:     http://git.infradead.org/?p=mtd-2.6.git;a=commit;h=41bdf96006132db8ca6ad40d0189454fe620993a
Commit:     41bdf96006132db8ca6ad40d0189454fe620993a
Parent:     f838bad1b3be8ca0c785ee0e0c570dfda74cf377
Author:     Mike Frysinger <vapier at gentoo.org>
AuthorDate: Fri Apr 18 13:44:10 2008 -0700
Committer:  David Woodhouse <dwmw2 at infradead.org>
CommitDate: Tue Apr 22 12:35:26 2008 +0100

    [MTD] [MAPS] Document MTD_PHYSMAP module name in kconfig
    
    Help out users by telling them the module name in the Kconfig help when
    using the MTD_PHYSMAP option.
    
    Signed-off-by: Mike Frysinger <vapier at gentoo.org>
    Signed-off-by: Andrew Morton <akpm at linux-foundation.org>
    Signed-off-by: David Woodhouse <dwmw2 at infradead.org>
---
 drivers/mtd/maps/Kconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 12c2536..1bd69aa 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -21,6 +21,9 @@ config MTD_PHYSMAP
 	  particular board as well as the bus width, either statically
 	  with config options or at run-time.
 
+	  To compile this driver as a module, choose M here: the
+	  module will be called physmap.
+
 config MTD_PHYSMAP_START
 	hex "Physical start address of flash mapping"
 	depends on MTD_PHYSMAP



More information about the linux-mtd-cvs mailing list