diff options
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 31b034b7eba3..3b1d6da874e0 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -462,6 +462,16 @@ config MTD_NAND_FSL_ELBC | |||
462 | Enabling this option will enable you to use this to control | 462 | Enabling this option will enable you to use this to control |
463 | external NAND devices. | 463 | external NAND devices. |
464 | 464 | ||
465 | config MTD_NAND_FSL_IFC | ||
466 | tristate "NAND support for Freescale IFC controller" | ||
467 | depends on MTD_NAND && FSL_SOC | ||
468 | select FSL_IFC | ||
469 | help | ||
470 | Various Freescale chips e.g P1010, include a NAND Flash machine | ||
471 | with built-in hardware ECC capabilities. | ||
472 | Enabling this option will enable you to use this to control | ||
473 | external NAND devices. | ||
474 | |||
465 | config MTD_NAND_FSL_UPM | 475 | config MTD_NAND_FSL_UPM |
466 | tristate "Support for NAND on Freescale UPM" | 476 | tristate "Support for NAND on Freescale UPM" |
467 | depends on PPC_83xx || PPC_85xx | 477 | depends on PPC_83xx || PPC_85xx |