diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-07-17 07:15:29 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 08:26:18 -0400 |
commit | ba01d6ec04f6d1d983101eb527caa96318fc1017 (patch) | |
tree | 7bf45737cdcfb86a587133510e8f321712975d81 /drivers/mtd/nand/Kconfig | |
parent | 7a92d54521443450b14d89c413ec2072365da5bc (diff) |
MTD: Nand: Add JZ4740 NAND driver
Add support for the NAND controller on JZ4740 SoCs.
Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Cc: David Woodhouse <dwmw2@infradead.org>
Cc: linux-mtd@lists.infradead.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/1470/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index ffc3720929f1..362d177efe1b 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -526,4 +526,10 @@ config MTD_NAND_NUC900 | |||
526 | This enables the driver for the NAND Flash on evaluation board based | 526 | This enables the driver for the NAND Flash on evaluation board based |
527 | on w90p910 / NUC9xx. | 527 | on w90p910 / NUC9xx. |
528 | 528 | ||
529 | config MTD_NAND_JZ4740 | ||
530 | tristate "Support for JZ4740 SoC NAND controller" | ||
531 | depends on MACH_JZ4740 | ||
532 | help | ||
533 | Enables support for NAND Flash on JZ4740 SoC based boards. | ||
534 | |||
529 | endif # MTD_NAND | 535 | endif # MTD_NAND |