diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-04-18 16:44:10 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2008-04-22 07:35:26 -0400 |
commit | 41bdf96006132db8ca6ad40d0189454fe620993a (patch) | |
tree | a5b4f58e3e5fb136558e9219a564576644d4382a /drivers/mtd/maps/Kconfig | |
parent | f838bad1b3be8ca0c785ee0e0c570dfda74cf377 (diff) |
[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@gentoo.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | 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 12c253664eb2..1bd69aa9e22a 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -21,6 +21,9 @@ config MTD_PHYSMAP | |||
21 | particular board as well as the bus width, either statically | 21 | particular board as well as the bus width, either statically |
22 | with config options or at run-time. | 22 | with config options or at run-time. |
23 | 23 | ||
24 | To compile this driver as a module, choose M here: the | ||
25 | module will be called physmap. | ||
26 | |||
24 | config MTD_PHYSMAP_START | 27 | config MTD_PHYSMAP_START |
25 | hex "Physical start address of flash mapping" | 28 | hex "Physical start address of flash mapping" |
26 | depends on MTD_PHYSMAP | 29 | depends on MTD_PHYSMAP |