aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/dma/Kconfig
diff options
context:
space:
mode:
authorTomoya MORINAGA <tomoya.rohm@gmail.com>2011-11-17 02:14:23 -0500
committerVinod Koul <vinod.koul@linux.intel.com>2011-11-17 03:57:41 -0500
commitca7fe2db892dcf91b2c72ee352eda4ff867903a7 (patch)
tree3e549eb73405d9168a8c93a0a3670ff5688b549a /drivers/dma/Kconfig
parente79e72be298dc4726a641686032b8296c2fb473e (diff)
pch_dma: Support new device LAPIS Semiconductor ML7831 IOH
ML7831 is companion chip for Intel Atom E6xx series. Signed-off-by: Tomoya MORINAGA <tomoya.rohm@gmail.com> Signed-off-by: Vinod Koul <vinod.koul@linux.intel.com>
Diffstat (limited to 'drivers/dma/Kconfig')
-rw-r--r--drivers/dma/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 606592ecd04f..7ec0d6cef0c3 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -201,18 +201,18 @@ config PL330_DMA
201 platform_data for a dma-pl330 device. 201 platform_data for a dma-pl330 device.
202 202
203config PCH_DMA 203config PCH_DMA
204 tristate "Intel EG20T PCH / LAPIS Semi IOH(ML7213/ML7223) DMA support" 204 tristate "Intel EG20T PCH / LAPIS Semicon IOH(ML7213/ML7223/ML7831) DMA"
205 depends on PCI && X86 205 depends on PCI && X86
206 select DMA_ENGINE 206 select DMA_ENGINE
207 help 207 help
208 Enable support for Intel EG20T PCH DMA engine. 208 Enable support for Intel EG20T PCH DMA engine.
209 209
210 This driver also can be used for LAPIS Semiconductor IOH(Input/ 210 This driver also can be used for LAPIS Semiconductor IOH(Input/
211 Output Hub), ML7213 and ML7223. 211 Output Hub), ML7213, ML7223 and ML7831.
212 ML7213 IOH is for IVI(In-Vehicle Infotainment) use and ML7223 IOH is 212 ML7213 IOH is for IVI(In-Vehicle Infotainment) use, ML7223 IOH is
213 for MP(Media Phone) use. 213 for MP(Media Phone) use and ML7831 IOH is for general purpose use.
214 ML7213/ML7223 is companion chip for Intel Atom E6xx series. 214 ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
215 ML7213/ML7223 is completely compatible for Intel EG20T PCH. 215 ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
216 216
217config IMX_SDMA 217config IMX_SDMA
218 tristate "i.MX SDMA support" 218 tristate "i.MX SDMA support"