Kconfig (a3456a2da14fb1d8246df63bb229623d58d09ce1) | Kconfig (e6f2c7adc1318e233d31d113e6896607c54073a4) |
---|---|
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" --- 234 unchanged lines hidden (view full) --- 243 Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA 244 card whenever you insert a MMC or SD card into the card slot. 245 246 To compile this driver as a module, choose M here: the 247 module will be called sdricoh_cs. 248 249config MMC_TMIO 250 tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" | 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" --- 234 unchanged lines hidden (view full) --- 243 Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA 244 card whenever you insert a MMC or SD card into the card slot. 245 246 To compile this driver as a module, choose M here: the 247 module will be called sdricoh_cs. 248 249config MMC_TMIO 250 tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" |
251 depends on MFD_TMIO | 251 depends on MFD_TMIO || MFD_ASIC3 |
252 help 253 This provides support for the SD/MMC cell found in TC6393XB, | 252 help 253 This provides support for the SD/MMC cell found in TC6393XB, |
254 T7L66XB and also ipaq ASIC3 | 254 T7L66XB and also HTC ASIC3 |
255 256config MMC_CB710 257 tristate "ENE CB710 MMC/SD Interface support" 258 depends on PCI 259 select CB710_CORE 260 help 261 This option enables support for MMC/SD part of ENE CB710/720 Flash 262 memory card reader found in some laptops (ie. some versions of 263 HP Compaq nx9500). 264 265 This driver can also be built as a module. If so, the module 266 will be called cb710-mmc. 267 | 255 256config MMC_CB710 257 tristate "ENE CB710 MMC/SD Interface support" 258 depends on PCI 259 select CB710_CORE 260 help 261 This option enables support for MMC/SD part of ENE CB710/720 Flash 262 memory card reader found in some laptops (ie. some versions of 263 HP Compaq nx9500). 264 265 This driver can also be built as a module. If so, the module 266 will be called cb710-mmc. 267 |