Kconfig (6f50fa2a6f1395ad5f59ce7b87730f1f3ea19d76) Kconfig (bb7b8ec62dfb9b255027c3a54d01f12fc3bd1d2c)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# MMC/SD host controller drivers
4#
5
6comment "MMC/SD/SDIO Host Controller Drivers"
7
8config MMC_DEBUG

--- 140 unchanged lines hidden (view full) ---

149 help
150 This selects the Arasan Secure Digital Host Controller Interface
151 (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC.
152
153 If you have a controller with this interface, say Y or M here.
154
155 If unsure, say N.
156
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# MMC/SD host controller drivers
4#
5
6comment "MMC/SD/SDIO Host Controller Drivers"
7
8config MMC_DEBUG

--- 140 unchanged lines hidden (view full) ---

149 help
150 This selects the Arasan Secure Digital Host Controller Interface
151 (SDHCI). This hardware is found e.g. in Xilinx' Zynq SoC.
152
153 If you have a controller with this interface, say Y or M here.
154
155 If unsure, say N.
156
157config MMC_SDHCI_OF_ASPEED
158 tristate "SDHCI OF support for the ASPEED SDHCI controller"
159 depends on MMC_SDHCI_PLTFM
160 depends on OF
161 help
162 This selects the ASPEED Secure Digital Host Controller Interface.
163
164 If you have a controller with this interface, say Y or M here. You
165 also need to enable an appropriate bus interface.
166
167 If unsure, say N.
168
157config MMC_SDHCI_OF_AT91
158 tristate "SDHCI OF support for the Atmel SDMMC controller"
159 depends on MMC_SDHCI_PLTFM
160 depends on OF
161 help
162 This selects the Atmel SDMMC driver
163
164config MMC_SDHCI_OF_ESDHC

--- 844 unchanged lines hidden ---
169config MMC_SDHCI_OF_AT91
170 tristate "SDHCI OF support for the Atmel SDMMC controller"
171 depends on MMC_SDHCI_PLTFM
172 depends on OF
173 help
174 This selects the Atmel SDMMC driver
175
176config MMC_SDHCI_OF_ESDHC

--- 844 unchanged lines hidden ---