Kconfig (036f29d554e84fa288411d950c2f0ae797be9146) | Kconfig (e3ec3a3d11adf33c2e6ead1642b7e601b7a1b2df) |
---|---|
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" --- 90 unchanged lines hidden (view full) --- 99 help 100 This selects the common helper functions support for Secure Digital 101 Host Controller Interface based platform and OF drivers. 102 103 If you have a controller with this interface, say Y or M here. 104 105 If unsure, say N. 106 | 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" --- 90 unchanged lines hidden (view full) --- 99 help 100 This selects the common helper functions support for Secure Digital 101 Host Controller Interface based platform and OF drivers. 102 103 If you have a controller with this interface, say Y or M here. 104 105 If unsure, say N. 106 |
107config MMC_SDHCI_OF_ARASAN 108 tristate "SDHCI OF support for the Arasan SDHCI controllers" 109 depends on MMC_SDHCI_PLTFM 110 depends on OF 111 help 112 This selects the Arasan Secure Digital Host Controller Interface 113 (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC. 114 115 If you have a controller with this interface, say Y or M here. 116 117 If unsure, say N. 118 |
|
107config MMC_SDHCI_OF_ESDHC 108 tristate "SDHCI OF support for the Freescale eSDHC controller" 109 depends on MMC_SDHCI_PLTFM 110 depends on PPC_OF 111 select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER 112 help 113 This selects the Freescale eSDHC controller support. 114 --- 565 unchanged lines hidden --- | 119config MMC_SDHCI_OF_ESDHC 120 tristate "SDHCI OF support for the Freescale eSDHC controller" 121 depends on MMC_SDHCI_PLTFM 122 depends on PPC_OF 123 select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER 124 help 125 This selects the Freescale eSDHC controller support. 126 --- 565 unchanged lines hidden --- |