aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/maps/Kconfig
diff options
context:
space:
mode:
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