diff options
author | Alessandro Rubini <rubini@unipv.it> | 2009-07-29 12:51:56 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-09-20 08:59:42 -0400 |
commit | 63234717d170d39ee9cc873f29930b0fb142a114 (patch) | |
tree | 8a47072187027064f3e0b0ecdb6c65baf7ad0455 /drivers/mtd/nand/Kconfig | |
parent | 6469f540ea37d53db089c8fea9c0c77a3d9353d4 (diff) |
mtd: nand: driver for Nomadik 8815 SoC (on NHK8815 board)
Signed-off-by: Alessandro Rubini <rubini@unipv.it>
Acked-by: Andrea Gallo <andrea.gallo@stericsson.com>
Acked-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
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 2c9a0ed4aed8..2fda0b615246 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -443,6 +443,12 @@ config MTD_NAND_MXC | |||
443 | This enables the driver for the NAND flash controller on the | 443 | This enables the driver for the NAND flash controller on the |
444 | MXC processors. | 444 | MXC processors. |
445 | 445 | ||
446 | config MTD_NAND_NOMADIK | ||
447 | tristate "ST Nomadik 8815 NAND support" | ||
448 | depends on ARCH_NOMADIK | ||
449 | help | ||
450 | Driver for the NAND flash controller on the Nomadik, with ECC. | ||
451 | |||
446 | config MTD_NAND_SH_FLCTL | 452 | config MTD_NAND_SH_FLCTL |
447 | tristate "Support for NAND on Renesas SuperH FLCTL" | 453 | tristate "Support for NAND on Renesas SuperH FLCTL" |
448 | depends on MTD_NAND && SUPERH && CPU_SUBTYPE_SH7723 | 454 | depends on MTD_NAND && SUPERH && CPU_SUBTYPE_SH7723 |