aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2012-11-12 07:03:21 -0500
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>2012-11-22 02:32:34 -0500
commita5401370c520d573e9d62b3f8f34940c3b798a49 (patch)
tree931764e13b4176a77a5dac2b9cca1c474bd22a12 /drivers/mtd/nand/Kconfig
parent8d4b9e3182634d8b5afb5a144a8c6c24b187bcc1 (diff)
mtd: prepare place for BCMA NAND flash driver(s)
BCMA bus can contain NAND flash memory, it's registered in system as platform device. This adds required hooks and place for controler specific drivers. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r--drivers/mtd/nand/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig
index a803d9ba55bd..3314e92120c9 100644
--- a/drivers/mtd/nand/Kconfig
+++ b/drivers/mtd/nand/Kconfig
@@ -460,6 +460,15 @@ config MTD_NAND_GPMI_NAND
460 block, such as SD card. So pay attention to it when you enable 460 block, such as SD card. So pay attention to it when you enable
461 the GPMI. 461 the GPMI.
462 462
463config MTD_NAND_BCM47XXNFLASH
464 tristate "R/O support for NAND flash on BCMA bus"
465 depends on BCMA_NFLASH
466 help
467 BCMA bus can have various flash memories attached, they are
468 registered by bcma as platform devices. This enables driver for
469 NAND flash memories. For now only read mode for BCM4706 is
470 implemented.
471
463config MTD_NAND_PLATFORM 472config MTD_NAND_PLATFORM
464 tristate "Support for generic platform NAND driver" 473 tristate "Support for generic platform NAND driver"
465 depends on HAS_IOMEM 474 depends on HAS_IOMEM