Kconfig (d21bd6898336a7892914d308d5e0868f0b863571) | Kconfig (a4080225f51dcea129d26185a35acfbb3770a32d) |
---|---|
1# 2# MMC/SD host controller drivers 3# 4 5comment "MMC/SD/SDIO Host Controller Drivers" 6 7config MMC_DEBUG 8 bool "MMC host drivers debugging" --- 843 unchanged lines hidden (view full) --- 852 853config MMC_SUNXI 854 tristate "Allwinner sunxi SD/MMC Host Controller support" 855 depends on ARCH_SUNXI 856 help 857 This selects support for the SD/MMC Host Controller on 858 Allwinner sunxi SoCs. 859 | 1# 2# MMC/SD host controller drivers 3# 4 5comment "MMC/SD/SDIO Host Controller Drivers" 6 7config MMC_DEBUG 8 bool "MMC host drivers debugging" --- 843 unchanged lines hidden (view full) --- 852 853config MMC_SUNXI 854 tristate "Allwinner sunxi SD/MMC Host Controller support" 855 depends on ARCH_SUNXI 856 help 857 This selects support for the SD/MMC Host Controller on 858 Allwinner sunxi SoCs. 859 |
860config MMC_CQHCI 861 tristate "Command Queue Host Controller Interface support" 862 depends on HAS_DMA 863 help 864 This selects the Command Queue Host Controller Interface (CQHCI) 865 support present in host controllers of Qualcomm Technologies, Inc 866 amongst others. 867 This controller supports eMMC devices with command queue support. 868 869 If you have a controller with this interface, say Y or M here. 870 871 If unsure, say N. 872 |
|
860config MMC_TOSHIBA_PCI 861 tristate "Toshiba Type A SD/MMC Card Interface Driver" 862 depends on PCI 863 help 864 865config MMC_BCM2835 866 tristate "Broadcom BCM2835 SDHOST MMC Controller support" 867 depends on ARCH_BCM2835 || COMPILE_TEST --- 60 unchanged lines hidden --- | 873config MMC_TOSHIBA_PCI 874 tristate "Toshiba Type A SD/MMC Card Interface Driver" 875 depends on PCI 876 help 877 878config MMC_BCM2835 879 tristate "Broadcom BCM2835 SDHOST MMC Controller support" 880 depends on ARCH_BCM2835 || COMPILE_TEST --- 60 unchanged lines hidden --- |