Kconfig (bcacbdbdc8d2481f10f09fea8e470d3b36751043) Kconfig (e41e85cc17fc903a1f1eaae6b69608942952e5d2)
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"

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

76 proprietary controller is unnecessary because the SDHCI driver
77 supports MMC cards on the SD controller, but if it is not
78 disabled, it will steal the MMC cards away - rendering them
79 useless. It is safe to select this even if you don't
80 have a Ricoh based card reader.
81
82 If unsure, say Y.
83
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"

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

76 proprietary controller is unnecessary because the SDHCI driver
77 supports MMC cards on the SD controller, but if it is not
78 disabled, it will steal the MMC cards away - rendering them
79 useless. It is safe to select this even if you don't
80 have a Ricoh based card reader.
81
82 If unsure, say Y.
83
84config MMC_SDHCI_ACPI
85 tristate "SDHCI support for ACPI enumerated SDHCI controllers"
86 depends on MMC_SDHCI && ACPI
87 help
88 This selects support for ACPI enumerated SDHCI controllers,
89 identified by ACPI Compatibility ID PNP0D40 or specific
90 ACPI Hardware IDs.
91
92 If you have a controller with this interface, say Y or M here.
93
94 If unsure, say N.
95
96config MMC_SDHCI_PLTFM
97 tristate "SDHCI platform and OF driver helper"
98 depends on MMC_SDHCI
99 help
100 This selects the common helper functions support for Secure Digital
101 Host Controller Interface based platform and OF drivers.
102
103 If you have a controller with this interface, say Y or M here.

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

548 is present as a platform device. This is the common interface for the
549 Synopsys Designware IP.
550
551 If you have a controller with this interface, say Y or M here.
552
553 If unsure, say Y.
554
555config MMC_DW_EXYNOS
84config MMC_SDHCI_PLTFM
85 tristate "SDHCI platform and OF driver helper"
86 depends on MMC_SDHCI
87 help
88 This selects the common helper functions support for Secure Digital
89 Host Controller Interface based platform and OF drivers.
90
91 If you have a controller with this interface, say Y or M here.

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

536 is present as a platform device. This is the common interface for the
537 Synopsys Designware IP.
538
539 If you have a controller with this interface, say Y or M here.
540
541 If unsure, say Y.
542
543config MMC_DW_EXYNOS
556 tristate "Exynos specific extentions for Synopsys DW Memory Card Interface"
544 tristate "Exynos specific extensions for Synopsys DW Memory Card Interface"
557 depends on MMC_DW
558 select MMC_DW_PLTFM
559 help
560 This selects support for Samsung Exynos SoC specific extensions to the
561 Synopsys DesignWare Memory Card Interface driver. Select this option
562 for platforms based on Exynos4 and Exynos5 SoC's.
563
564config MMC_DW_PCI

--- 71 unchanged lines hidden ---
545 depends on MMC_DW
546 select MMC_DW_PLTFM
547 help
548 This selects support for Samsung Exynos SoC specific extensions to the
549 Synopsys DesignWare Memory Card Interface driver. Select this option
550 for platforms based on Exynos4 and Exynos5 SoC's.
551
552config MMC_DW_PCI

--- 71 unchanged lines hidden ---