Kconfig (fdc50a9444b9781f4dd5aa5f7453300d2688cc5f) | Kconfig (c63b3cba4f47ef9f4b3f952b4f923cf341d250ac) |
---|---|
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" --- 122 unchanged lines hidden (view full) --- 131 132 Note, due to the problems with DMA, the DMA support is only 133 available with CONFIG_EXPERIMENTAL is selected. 134 135 If you have a controller with this interface, say Y or M here. 136 137 If unsure, say N. 138 | 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" --- 122 unchanged lines hidden (view full) --- 131 132 Note, due to the problems with DMA, the DMA support is only 133 available with CONFIG_EXPERIMENTAL is selected. 134 135 If you have a controller with this interface, say Y or M here. 136 137 If unsure, say N. 138 |
139config MMC_SDHCI_SPEAR 140 tristate "SDHCI support on ST SPEAr platform" 141 depends on MMC_SDHCI && PLAT_SPEAR 142 help 143 This selects the Secure Digital Host Controller Interface (SDHCI) 144 often referrered to as the HSMMC block in some of the ST SPEAR range 145 of SoC 146 147 If you have a controller with this interface, say Y or M here. 148 149 If unsure, say N. 150 |
|
139config MMC_SDHCI_S3C_DMA 140 bool "DMA support on S3C SDHCI" 141 depends on MMC_SDHCI_S3C && EXPERIMENTAL 142 help 143 Enable DMA support on the Samsung S3C SDHCI glue. The DMA 144 has proved to be problematic if the controller encounters 145 certain errors, and thus should be treated with care. 146 --- 276 unchanged lines hidden --- | 151config MMC_SDHCI_S3C_DMA 152 bool "DMA support on S3C SDHCI" 153 depends on MMC_SDHCI_S3C && EXPERIMENTAL 154 help 155 Enable DMA support on the Samsung S3C SDHCI glue. The DMA 156 has proved to be problematic if the controller encounters 157 certain errors, and thus should be treated with care. 158 --- 276 unchanged lines hidden --- |