Kconfig (fb8231a8b139035476f2a8aaac837d0099b66dad) | Kconfig (20b1597bcf4a76ccab232fa032f5f9ad30069167) |
---|---|
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" --- 107 unchanged lines hidden (view full) --- 116 help 117 This selects the platform specific bus support for Secure Digital Host 118 Controller Interface. 119 120 If you have a controller with this interface, say Y or M here. 121 122 If unsure, say N. 123 | 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" --- 107 unchanged lines hidden (view full) --- 116 help 117 This selects the platform specific bus support for Secure Digital Host 118 Controller Interface. 119 120 If you have a controller with this interface, say Y or M here. 121 122 If unsure, say N. 123 |
124config MMC_SDHCI_CNS3XXX 125 bool "SDHCI support on the Cavium Networks CNS3xxx SoC" 126 depends on ARCH_CNS3XXX 127 depends on MMC_SDHCI_PLTFM 128 help 129 This selects the SDHCI support for CNS3xxx System-on-Chip devices. 130 131 If unsure, say N. 132 |
|
124config MMC_SDHCI_S3C 125 tristate "SDHCI support on Samsung S3C SoC" 126 depends on MMC_SDHCI && (PLAT_S3C24XX || PLAT_S3C64XX) 127 help 128 This selects the Secure Digital Host Controller Interface (SDHCI) 129 often referrered to as the HSMMC block in some of the Samsung S3C 130 range of SoC. 131 --- 312 unchanged lines hidden --- | 133config MMC_SDHCI_S3C 134 tristate "SDHCI support on Samsung S3C SoC" 135 depends on MMC_SDHCI && (PLAT_S3C24XX || PLAT_S3C64XX) 136 help 137 This selects the Secure Digital Host Controller Interface (SDHCI) 138 often referrered to as the HSMMC block in some of the Samsung S3C 139 range of SoC. 140 --- 312 unchanged lines hidden --- |