Kconfig (c984c2638501e9bdb23438e61b922e3234959fac) Kconfig (5c209f1fb7cc7691b51df0d7341ae58e43aa8c0f)
1#
2# MMC/SD host controller drivers
3#
4
5comment "MMC/SD/SDIO Host Controller Drivers"
6
7config MMC_ARMMMCI
8 tristate "ARM AMBA Multimedia Card Interface support"

--- 284 unchanged lines hidden (view full) ---

293 you have an AT32 (AVR32) or AT91 platform with a Multimedia
294 Card slot, say Y or M here.
295
296 If unsure, say N.
297
298endchoice
299
300config MMC_ATMELMCI_DMA
1#
2# MMC/SD host controller drivers
3#
4
5comment "MMC/SD/SDIO Host Controller Drivers"
6
7config MMC_ARMMMCI
8 tristate "ARM AMBA Multimedia Card Interface support"

--- 284 unchanged lines hidden (view full) ---

293 you have an AT32 (AVR32) or AT91 platform with a Multimedia
294 Card slot, say Y or M here.
295
296 If unsure, say N.
297
298endchoice
299
300config MMC_ATMELMCI_DMA
301 bool "Atmel MCI DMA support (EXPERIMENTAL)"
302 depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE && EXPERIMENTAL
301 bool "Atmel MCI DMA support"
302 depends on MMC_ATMELMCI && (AVR32 || ARCH_AT91SAM9G45) && DMA_ENGINE
303 help
304 Say Y here to have the Atmel MCI driver use a DMA engine to
305 do data transfers and thus increase the throughput and
303 help
304 Say Y here to have the Atmel MCI driver use a DMA engine to
305 do data transfers and thus increase the throughput and
306 reduce the CPU utilization. Note that this is highly
307 experimental and may cause the driver to lock up.
306 reduce the CPU utilization.
308
309 If unsure, say N.
310
311config MMC_IMX
312 tristate "Motorola i.MX Multimedia Card Interface support"
313 depends on ARCH_MX1
314 help
315 This selects the Motorola i.MX Multimedia card Interface.

--- 283 unchanged lines hidden ---
307
308 If unsure, say N.
309
310config MMC_IMX
311 tristate "Motorola i.MX Multimedia Card Interface support"
312 depends on ARCH_MX1
313 help
314 This selects the Motorola i.MX Multimedia card Interface.

--- 283 unchanged lines hidden ---