aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dsp/syslink
diff options
context:
space:
mode:
authorHari Kanigeri <h-kanigeri2@ti.com>2010-09-28 11:36:32 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:19:14 -0400
commit57acbc25725eab83ba40c1fef43b1c746caee029 (patch)
treea63b4adf60f6f3643b99fa656c3745fe384e12e6 /drivers/dsp/syslink
parent1b4e6cd11248c9c679c7614c85b408f815a55e1c (diff)
omap:iodmm-make dma call for flushing configurable
Use dma calls for cache flushing under a configurable flag. Use this option until Multimedia integration issues are sorted out. Signed-off-by: Hari Kanigeri <h-kanigeri2@ti.com>
Diffstat (limited to 'drivers/dsp/syslink')
-rw-r--r--drivers/dsp/syslink/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/dsp/syslink/Kconfig b/drivers/dsp/syslink/Kconfig
index 08eeb5c8715..b1a79efafab 100644
--- a/drivers/dsp/syslink/Kconfig
+++ b/drivers/dsp/syslink/Kconfig
@@ -103,4 +103,14 @@ config SYSLINK_RECOVERY
103 bool "Enable Syslink Fault Recovery" 103 bool "Enable Syslink Fault Recovery"
104 default y 104 default y
105 105
106config DMM_DMA_API
107 bool "Enable DMA APIs for flushing"
108 depends on SYSLINK_IOMMU_ENABLE
109 default n
110 help
111 Setting this would enable DMA APIs in Kernel for Mapped buffers
112 cache maintainance. Not setting this option will allow unrestricted
113 cache operations on the userspace buffers. This option would be
114 made default once the code is stabilized
115
106endif 116endif