Kconfig (858a0d7eb5300b5f620d98ab3c4b96c9d5f19131) | Kconfig (a8c643ad00f6374d7154a65d19b18934185dc40c) |
---|---|
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" --- 669 unchanged lines hidden (view full) --- 678 tristate "Rockchip specific extensions for Synopsys DW Memory Card Interface" 679 depends on MMC_DW && ARCH_ROCKCHIP 680 select MMC_DW_PLTFM 681 help 682 This selects support for Rockchip SoC specific extensions to the 683 Synopsys DesignWare Memory Card Interface driver. Select this option 684 for platforms based on RK3066, RK3188 and RK3288 SoC's. 685 | 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" --- 669 unchanged lines hidden (view full) --- 678 tristate "Rockchip specific extensions for Synopsys DW Memory Card Interface" 679 depends on MMC_DW && ARCH_ROCKCHIP 680 select MMC_DW_PLTFM 681 help 682 This selects support for Rockchip SoC specific extensions to the 683 Synopsys DesignWare Memory Card Interface driver. Select this option 684 for platforms based on RK3066, RK3188 and RK3288 SoC's. 685 |
686config MMC_DW_ZX 687 tristate "ZTE specific extensions for Synopsys DW Memory Card Interface" 688 depends on MMC_DW && ARCH_ZX 689 select MMC_DW_PLTFM 690 help 691 This selects support for ZTE SoC specific extensions to the 692 Synopsys DesignWare Memory Card Interface driver. Select this option 693 for platforms based on ZX296718 SoC's. 694 |
|
686config MMC_SH_MMCIF 687 tristate "SuperH Internal MMCIF support" 688 depends on HAS_DMA 689 depends on SUPERH || ARCH_RENESAS || COMPILE_TEST 690 help 691 This selects the MMC Host Interface controller (MMCIF) found in various 692 Renesas SoCs for SH and ARM architectures. 693 --- 128 unchanged lines hidden --- | 695config MMC_SH_MMCIF 696 tristate "SuperH Internal MMCIF support" 697 depends on HAS_DMA 698 depends on SUPERH || ARCH_RENESAS || COMPILE_TEST 699 help 700 This selects the MMC Host Interface controller (MMCIF) found in various 701 Renesas SoCs for SH and ARM architectures. 702 --- 128 unchanged lines hidden --- |