Kconfig (35ed78a044e4cc14fb0bb3f99d3c62d4fab2bda1) Kconfig (99d570da309813f67e9c741edeff55bafc6c1d5e)
1#
2# MMC/SD host controller drivers
3#
4
5comment "MMC/SD/SDIO Host Controller Drivers"
6
7config MMC_DEBUG
8 bool "MMC host drivers debugging"

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

424 say Y or M here.
425
426 If unsure, say N.
427
428config MMC_SDHCI_MSM
429 tristate "Qualcomm SDHCI Controller Support"
430 depends on ARCH_QCOM || (ARM && COMPILE_TEST)
431 depends on MMC_SDHCI_PLTFM
1#
2# MMC/SD host controller drivers
3#
4
5comment "MMC/SD/SDIO Host Controller Drivers"
6
7config MMC_DEBUG
8 bool "MMC host drivers debugging"

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

424 say Y or M here.
425
426 If unsure, say N.
427
428config MMC_SDHCI_MSM
429 tristate "Qualcomm SDHCI Controller Support"
430 depends on ARCH_QCOM || (ARM && COMPILE_TEST)
431 depends on MMC_SDHCI_PLTFM
432 select MMC_SDHCI_IO_ACCESSORS
432 help
433 This selects the Secure Digital Host Controller Interface (SDHCI)
434 support present in Qualcomm SOCs. The controller supports
435 SD/MMC/SDIO devices.
436
437 If you have a controller with this interface, say Y or M here.
438
439 If unsure, say N.

--- 474 unchanged lines hidden ---
433 help
434 This selects the Secure Digital Host Controller Interface (SDHCI)
435 support present in Qualcomm SOCs. The controller supports
436 SD/MMC/SDIO devices.
437
438 If you have a controller with this interface, say Y or M here.
439
440 If unsure, say N.

--- 474 unchanged lines hidden ---