summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/Kconfig
diff options
context:
space:
mode:
authorRafał Miłecki2012-11-12 13:03:21 +0100
committerArtem Bityutskiy2012-11-22 08:32:34 +0100
commita5401370c520d573e9d62b3f8f34940c3b798a49 (patch)
tree931764e13b4176a77a5dac2b9cca1c474bd22a12 /drivers/mtd/nand/Kconfig
parentbcma: export PLL reading function (diff)
downloadkernel-qcow2-linux-a5401370c520d573e9d62b3f8f34940c3b798a49.tar.gz
kernel-qcow2-linux-a5401370c520d573e9d62b3f8f34940c3b798a49.tar.xz
kernel-qcow2-linux-a5401370c520d573e9d62b3f8f34940c3b798a49.zip
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
block, such as SD card. So pay attention to it when you enable
the GPMI.
+config MTD_NAND_BCM47XXNFLASH
+ tristate "R/O support for NAND flash on BCMA bus"
+ depends on BCMA_NFLASH
+ help
+ BCMA bus can have various flash memories attached, they are
+ registered by bcma as platform devices. This enables driver for
+ NAND flash memories. For now only read mode for BCM4706 is
+ implemented.
+
config MTD_NAND_PLATFORM
tristate "Support for generic platform NAND driver"
depends on HAS_IOMEM