Kconfig (a5eb8bbd66ccf9f169419f9652544aec771b7c57) | Kconfig (c34346b200757834fffdf231b6034258b01ba550) |
---|---|
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" --- 566 unchanged lines hidden (view full) --- 575 bool "Blackfin EZkit Missing SDH_CMD Pull Up Resistor Workaround" 576 depends on SDH_BFIN 577 help 578 If you say yes here SD-Cards may work on the EZkit. 579 580config MMC_DW 581 tristate "Synopsys DesignWare Memory Card Interface" 582 depends on HAS_DMA | 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" --- 566 unchanged lines hidden (view full) --- 575 bool "Blackfin EZkit Missing SDH_CMD Pull Up Resistor Workaround" 576 depends on SDH_BFIN 577 help 578 If you say yes here SD-Cards may work on the EZkit. 579 580config MMC_DW 581 tristate "Synopsys DesignWare Memory Card Interface" 582 depends on HAS_DMA |
583 depends on ARC || ARM || MIPS || COMPILE_TEST | 583 depends on ARC || ARM || ARM64 || MIPS || COMPILE_TEST |
584 help 585 This selects support for the Synopsys DesignWare Mobile Storage IP 586 block, this provides host support for SD and MMC interfaces, in both 587 PIO and external DMA modes. 588 589config MMC_DW_IDMAC 590 bool "Internal DMAC interface" 591 depends on MMC_DW --- 164 unchanged lines hidden --- | 584 help 585 This selects support for the Synopsys DesignWare Mobile Storage IP 586 block, this provides host support for SD and MMC interfaces, in both 587 PIO and external DMA modes. 588 589config MMC_DW_IDMAC 590 bool "Internal DMAC interface" 591 depends on MMC_DW --- 164 unchanged lines hidden --- |