Kconfig (d4e0045c4ed300781d2d4cbab57d05ed5e665a37) Kconfig (ef4b160f280f81cab477ba733177c3a658e60a1c)
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"

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

403 help
404 This selects the AMD Alchemy(R) Multimedia card interface.
405 If you have a Alchemy platform with a MMC slot, say Y or M here.
406
407 If unsure, say N.
408
409config MMC_ATMELMCI
410 tristate "Atmel SD/MMC Driver (Multimedia Card Interface)"
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"

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

403 help
404 This selects the AMD Alchemy(R) Multimedia card interface.
405 If you have a Alchemy platform with a MMC slot, say Y or M here.
406
407 If unsure, say N.
408
409config MMC_ATMELMCI
410 tristate "Atmel SD/MMC Driver (Multimedia Card Interface)"
411 depends on AVR32 || ARCH_AT91
411 depends on ARCH_AT91
412 help
412 help
413 This selects the Atmel Multimedia Card Interface driver. If
414 you have an AT32 (AVR32) or AT91 platform with a Multimedia
415 Card slot, say Y or M here.
413 This selects the Atmel Multimedia Card Interface driver.
414 If you have an AT91 platform with a Multimedia Card slot,
415 say Y or M here.
416
417 If unsure, say N.
418
419config MMC_SDHCI_MSM
420 tristate "Qualcomm SDHCI Controller Support"
421 depends on ARCH_QCOM || (ARM && COMPILE_TEST)
422 depends on MMC_SDHCI_PLTFM
423 help

--- 450 unchanged lines hidden ---
416
417 If unsure, say N.
418
419config MMC_SDHCI_MSM
420 tristate "Qualcomm SDHCI Controller Support"
421 depends on ARCH_QCOM || (ARM && COMPILE_TEST)
422 depends on MMC_SDHCI_PLTFM
423 help

--- 450 unchanged lines hidden ---