diff options
author | vimal singh <vimalsingh@ti.com> | 2009-07-13 06:59:16 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-09-19 16:21:05 -0400 |
commit | dfe32893cbe3e599a39770199b9982a6ad5daa7b (patch) | |
tree | 44f019729831fcda3bcec71dcf31827861f77219 /drivers/mtd/nand/Kconfig | |
parent | 59e9c5ae17179fe561103fbe0808fac5976ca1bd (diff) |
mtd: omap: adding DMA mode support in nand prefetch/post-write
This patch adds DMA mode support for nand prefetch/post-write engine.
Signed-off-by: Vimal Singh <vimalsingh@ti.com>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/mtd/nand/Kconfig')
-rw-r--r-- | drivers/mtd/nand/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig index 7dab79caed44..2c9a0ed4aed8 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig | |||
@@ -88,6 +88,15 @@ config MTD_NAND_OMAP_PREFETCH | |||
88 | The NAND device can be accessed for Read/Write using GPMC PREFETCH engine | 88 | The NAND device can be accessed for Read/Write using GPMC PREFETCH engine |
89 | to improve the performance. | 89 | to improve the performance. |
90 | 90 | ||
91 | config MTD_NAND_OMAP_PREFETCH_DMA | ||
92 | depends on MTD_NAND_OMAP_PREFETCH | ||
93 | bool "DMA mode" | ||
94 | default n | ||
95 | help | ||
96 | The GPMC PREFETCH engine can be configured eigther in MPU interrupt mode | ||
97 | or in DMA interrupt mode. | ||
98 | Say y for DMA mode or MPU mode will be used | ||
99 | |||
91 | config MTD_NAND_TS7250 | 100 | config MTD_NAND_TS7250 |
92 | tristate "NAND Flash device on TS-7250 board" | 101 | tristate "NAND Flash device on TS-7250 board" |
93 | depends on MACH_TS72XX | 102 | depends on MACH_TS72XX |