Kconfig (f0de836923186e1fc0acb65299c2f2089c7992af) | Kconfig (a702c8abb2a95a5b5920373a727be0b94d96b33c) |
---|---|
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" --- 179 unchanged lines hidden (view full) --- 188 select MMC_SDHCI_IO_ACCESSORS 189 help 190 This selects the Marvell(R) PXA168/PXA910/MMP2 SD Host Controller. 191 If you have a PXA168/PXA910/MMP2 platform with SD Host Controller 192 and a card slot, say Y or M here. 193 194 If unsure, say N. 195 | 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" --- 179 unchanged lines hidden (view full) --- 188 select MMC_SDHCI_IO_ACCESSORS 189 help 190 This selects the Marvell(R) PXA168/PXA910/MMP2 SD Host Controller. 191 If you have a PXA168/PXA910/MMP2 platform with SD Host Controller 192 and a card slot, say Y or M here. 193 194 If unsure, say N. 195 |
196config MMC_SDHCI_PXAV3 197 tristate "Marvell MMP2 SD Host Controller support (PXAV3)" 198 depends on CLKDEV_LOOKUP 199 select MMC_SDHCI 200 select MMC_SDHCI_PLTFM 201 default CPU_MMP2 202 help 203 This selects the Marvell(R) PXAV3 SD Host Controller. 204 If you have a MMP2 platform with SD Host Controller 205 and a card slot, say Y or M here. 206 207 If unsure, say N. 208 |
|
196config MMC_SDHCI_SPEAR 197 tristate "SDHCI support on ST SPEAr platform" 198 depends on MMC_SDHCI && PLAT_SPEAR 199 help 200 This selects the Secure Digital Host Controller Interface (SDHCI) 201 often referrered to as the HSMMC block in some of the ST SPEAR range 202 of SoC 203 --- 381 unchanged lines hidden --- | 209config MMC_SDHCI_SPEAR 210 tristate "SDHCI support on ST SPEAr platform" 211 depends on MMC_SDHCI && PLAT_SPEAR 212 help 213 This selects the Secure Digital Host Controller Interface (SDHCI) 214 often referrered to as the HSMMC block in some of the ST SPEAR range 215 of SoC 216 --- 381 unchanged lines hidden --- |