aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
authorBen Dooks <ben@simtec.co.uk>2005-01-23 19:37:04 -0500
committerThomas Gleixner <tglx@mtd.linutronix.de>2005-05-23 05:33:47 -0400
commit99f2a8aea18c9779c141050c6f95a8f1da63bbe4 (patch)
tree5afcd7442131196b69cb6ed406729fa96bb7e0ab /drivers/mtd/maps/Kconfig
parenta4ab4c5d32b66a440fb2e00f975f919f559f001d (diff)
[MTD] Platform RAM Driver
Driver for generic RAM blocks which are exported by an platform_device from the device driver system. Signed-off-by: Ben Dooks <ben@simtec.co.uk> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r--drivers/mtd/maps/Kconfig12
1 files changed, 11 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
index 8480057eadb..7d21d432f38 100644
--- a/drivers/mtd/maps/Kconfig
+++ b/drivers/mtd/maps/Kconfig
@@ -1,5 +1,5 @@
1# drivers/mtd/maps/Kconfig 1# drivers/mtd/maps/Kconfig
2# $Id: Kconfig,v 1.42 2005/01/05 16:59:50 dwmw2 Exp $ 2# $Id: Kconfig,v 1.43 2005/01/24 00:35:21 bjd Exp $
3 3
4menu "Mapping drivers for chip access" 4menu "Mapping drivers for chip access"
5 depends on MTD!=n 5 depends on MTD!=n
@@ -659,5 +659,15 @@ config MTD_SHARP_SL
659 help 659 help
660 This enables access to the flash chip on the Sharp SL Series of PDAs. 660 This enables access to the flash chip on the Sharp SL Series of PDAs.
661 661
662config MTD_PLATRAM
663 tristate "Map driver for platfrom device RAM (mtd-ram)"
664 depends on MTD
665 select MTD_RAM
666 help
667 Map driver for RAM areas described via the platform device
668 system.
669
670 This selection automatically selects the map_ram driver.
671
662endmenu 672endmenu
663 673