diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2012-12-03 10:22:35 +0100 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-12-10 14:09:49 +0200 |
commit | ecfe57b796d4ccec7ea53783ca18a0ad48ad880b (patch) | |
tree | fcf2967b23a721aa05fe89e2723ba502ddc6ca82 /drivers/mtd/nand/Kconfig | |
parent | d8b1e34e248d89f43bab18704894d537dc0b497e (diff) | |
download | op-kernel-dev-ecfe57b796d4ccec7ea53783ca18a0ad48ad880b.zip op-kernel-dev-ecfe57b796d4ccec7ea53783ca18a0ad48ad880b.tar.gz |
mtd: bcm47xxnflash: writing support
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/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 3314e92..37ffe56 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -461,13 +461,12 @@ config MTD_NAND_GPMI_NAND the GPMI. config MTD_NAND_BCM47XXNFLASH - tristate "R/O support for NAND flash on BCMA bus" + tristate "Support for NAND flash on BCM4706 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. + NAND flash memories. For now only BCM4706 is supported. config MTD_NAND_PLATFORM tristate "Support for generic platform NAND driver" |