diff options
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 180fc7be1826..dcbb0decd465 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -337,4 +337,12 @@ config MTD_NAND_FSL_ELBC | |||
337 | Enabling this option will enable you to use this to control | 337 | Enabling this option will enable you to use this to control |
338 | external NAND devices. | 338 | external NAND devices. |
339 | 339 | ||
340 | config MTD_NAND_FSL_UPM | ||
341 | tristate "Support for NAND on Freescale UPM" | ||
342 | depends on MTD_NAND && OF_GPIO && (PPC_83xx || PPC_85xx) | ||
343 | select FSL_LBC | ||
344 | help | ||
345 | Enables support for NAND Flash chips wired onto Freescale PowerPC | ||
346 | processor localbus with User-Programmable Machine support. | ||
347 | |||
340 | endif # MTD_NAND | 348 | endif # MTD_NAND |