diff options
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 30d6fbc30c35..68ae144ce3be 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -434,4 +434,10 @@ config MTD_NAND_DAVINCI | |||
434 | Enable the driver for NAND flash chips on Texas Instruments | 434 | Enable the driver for NAND flash chips on Texas Instruments |
435 | DaVinci processors. | 435 | DaVinci processors. |
436 | 436 | ||
437 | config MTD_NAND_TXX9NDFMC | ||
438 | tristate "NAND Flash support for TXx9 SoC" | ||
439 | depends on SOC_TX4938 || SOC_TX4939 | ||
440 | help | ||
441 | This enables the NAND flash controller on the TXx9 SoCs. | ||
442 | |||
437 | endif # MTD_NAND | 443 | endif # MTD_NAND |