diff options
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 78205ac2b10f..a92054e945e1 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -121,23 +121,6 @@ config MTD_NAND_OMAP2 | |||
121 | help | 121 | help |
122 | Support for NAND flash on Texas Instruments OMAP2 and OMAP3 platforms. | 122 | Support for NAND flash on Texas Instruments OMAP2 and OMAP3 platforms. |
123 | 123 | ||
124 | config MTD_NAND_OMAP_PREFETCH | ||
125 | bool "GPMC prefetch support for NAND Flash device" | ||
126 | depends on MTD_NAND_OMAP2 | ||
127 | default y | ||
128 | help | ||
129 | The NAND device can be accessed for Read/Write using GPMC PREFETCH engine | ||
130 | to improve the performance. | ||
131 | |||
132 | config MTD_NAND_OMAP_PREFETCH_DMA | ||
133 | depends on MTD_NAND_OMAP_PREFETCH | ||
134 | bool "DMA mode" | ||
135 | default n | ||
136 | help | ||
137 | The GPMC PREFETCH engine can be configured eigther in MPU interrupt mode | ||
138 | or in DMA interrupt mode. | ||
139 | Say y for DMA mode or MPU mode will be used | ||
140 | |||
141 | config MTD_NAND_IDS | 124 | config MTD_NAND_IDS |
142 | tristate | 125 | tristate |
143 | 126 | ||
@@ -491,7 +474,7 @@ config MTD_NAND_MPC5121_NFC | |||
491 | 474 | ||
492 | config MTD_NAND_MXC | 475 | config MTD_NAND_MXC |
493 | tristate "MXC NAND support" | 476 | tristate "MXC NAND support" |
494 | depends on ARCH_MX2 || ARCH_MX25 || ARCH_MX3 || ARCH_MX51 | 477 | depends on IMX_HAVE_PLATFORM_MXC_NAND |
495 | help | 478 | help |
496 | This enables the driver for the NAND flash controller on the | 479 | This enables the driver for the NAND flash controller on the |
497 | MXC processors. | 480 | MXC processors. |