Kconfig (1ea4f444f3a9721babd5d22cbd15092f9da6b51a) | Kconfig (57105737f6a0b39305a85ac176cc9fd4a236d8c2) |
---|---|
1# 2# MMC/SD host controller drivers 3# 4 | 1# 2# MMC/SD host controller drivers 3# 4 |
5comment "MMC/SD Host Controller Drivers" | 5comment "MMC/SD/SDIO Host Controller Drivers" |
6 7config MMC_ARMMMCI 8 tristate "ARM AMBA Multimedia Card Interface support" 9 depends on ARM_AMBA 10 help 11 This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card 12 Interface (PL180 and PL181) support. If you have an ARM(R) 13 platform with a Multimedia Card slot, say Y or M here. --- 122 unchanged lines hidden (view full) --- 136 probably also need appropriate card reader host adapter, such as 137 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support 138 (TIFM_7XX1)'. 139 140 To compile this driver as a module, choose M here: the 141 module will be called tifm_sd. 142 143config MMC_SPI | 6 7config MMC_ARMMMCI 8 tristate "ARM AMBA Multimedia Card Interface support" 9 depends on ARM_AMBA 10 help 11 This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card 12 Interface (PL180 and PL181) support. If you have an ARM(R) 13 platform with a Multimedia Card slot, say Y or M here. --- 122 unchanged lines hidden (view full) --- 136 probably also need appropriate card reader host adapter, such as 137 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support 138 (TIFM_7XX1)'. 139 140 To compile this driver as a module, choose M here: the 141 module will be called tifm_sd. 142 143config MMC_SPI |
144 tristate "MMC/SD over SPI" | 144 tristate "MMC/SD/SDIO over SPI" |
145 depends on SPI_MASTER && !HIGHMEM && HAS_DMA 146 select CRC7 147 select CRC_ITU_T 148 help | 145 depends on SPI_MASTER && !HIGHMEM && HAS_DMA 146 select CRC7 147 select CRC_ITU_T 148 help |
149 Some systems accss MMC/SD cards using a SPI controller instead of 150 using a "native" MMC/SD controller. This has a disadvantage of 151 being relatively high overhead, but a compensating advantage of 152 working on many systems without dedicated MMC/SD controllers. | 149 Some systems accss MMC/SD/SDIO cards using a SPI controller 150 instead of using a "native" MMC/SD/SDIO controller. This has a 151 disadvantage of being relatively high overhead, but a compensating 152 advantage of working on many systems without dedicated MMC/SD/SDIO 153 controllers. |
153 154 If unsure, or if your system has no SPI master driver, say N. 155 156config MMC_S3C 157 tristate "Samsung S3C SD/MMC Card Interface support" 158 depends on ARCH_S3C2410 159 help 160 This selects a driver for the MCI interface found in --- 22 unchanged lines hidden --- | 154 155 If unsure, or if your system has no SPI master driver, say N. 156 157config MMC_S3C 158 tristate "Samsung S3C SD/MMC Card Interface support" 159 depends on ARCH_S3C2410 160 help 161 This selects a driver for the MCI interface found in --- 22 unchanged lines hidden --- |