Kconfig (476bf3d62d5cc0ec003da37ba9da4f2b46c23660) | Kconfig (c390f2110adf1c8579b7693eb241b47add4976e6) |
---|---|
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" --- 108 unchanged lines hidden (view full) --- 117 If you have a controller with this interface, say Y or M here. 118 119 If unsure, say N. 120 121config MMC_SDHCI_OF_ARASAN 122 tristate "SDHCI OF support for the Arasan SDHCI controllers" 123 depends on MMC_SDHCI_PLTFM 124 depends on OF | 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" --- 108 unchanged lines hidden (view full) --- 117 If you have a controller with this interface, say Y or M here. 118 119 If unsure, say N. 120 121config MMC_SDHCI_OF_ARASAN 122 tristate "SDHCI OF support for the Arasan SDHCI controllers" 123 depends on MMC_SDHCI_PLTFM 124 depends on OF |
125 depends on COMMON_CLK |
|
125 help 126 This selects the Arasan Secure Digital Host Controller Interface 127 (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC. 128 129 If you have a controller with this interface, say Y or M here. 130 131 If unsure, say N. 132 --- 667 unchanged lines hidden --- | 126 help 127 This selects the Arasan Secure Digital Host Controller Interface 128 (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC. 129 130 If you have a controller with this interface, say Y or M here. 131 132 If unsure, say N. 133 --- 667 unchanged lines hidden --- |