Kconfig (b4cff4549b7a8c5fc8b88e3493b6287555f0512c) | Kconfig (eb962d5bb7da4f25e20e5d448ee3aac394144ff6) |
---|---|
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" --- 351 unchanged lines hidden (view full) --- 360 help 361 This selects the VIA SD/MMC Card Reader driver, say Y or M here. 362 VIA provides one multi-functional card reader which integrated into 363 some motherboards manufactured by VIA. This card reader supports 364 SD/MMC/SDHC. 365 If you have a controller with this interface, say Y or M here. 366 367 If unsure, say N. | 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" --- 351 unchanged lines hidden (view full) --- 360 help 361 This selects the VIA SD/MMC Card Reader driver, say Y or M here. 362 VIA provides one multi-functional card reader which integrated into 363 some motherboards manufactured by VIA. This card reader supports 364 SD/MMC/SDHC. 365 If you have a controller with this interface, say Y or M here. 366 367 If unsure, say N. |
368 369config SDH_BFIN 370 tristate "Blackfin Secure Digital Host support" 371 depends on MMC && ((BF54x && !BF544) || (BF51x && !BF512)) 372 help 373 If you say yes here you will get support for the Blackfin on-chip 374 Secure Digital Host interface. This includes support for MMC and 375 SD cards. 376 377 To compile this driver as a module, choose M here: the 378 module will be called bfin_sdh. 379 380 If unsure, say N. 381 382config SDH_BFIN_MISSING_CMD_PULLUP_WORKAROUND 383 bool "Blackfin EZkit Missing SDH_CMD Pull Up Resistor Workaround" 384 depends on SDH_BFIN 385 help 386 If you say yes here SD-Cards may work on the EZkit. |
|