Kconfig (c441bfb5f2866de71e092c1b9d866a65978dfe1a) Kconfig (98b5ce4c08ca85727888fdbd362d574bcfa18e3c)
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

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

407 This selects the Secure Digital Host Controller Interface (SDHCI)
408 Needed by Milbeaut SoC for MMC / SD / SDIO support.
409 If you have a controller with this interface, say Y or M here.
410
411 If unsure, say N.
412
413config MMC_SDHCI_IPROC
414 tristate "SDHCI support for the BCM2835 & iProc SD/MMC Controller"
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

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

407 This selects the Secure Digital Host Controller Interface (SDHCI)
408 Needed by Milbeaut SoC for MMC / SD / SDIO support.
409 If you have a controller with this interface, say Y or M here.
410
411 If unsure, say N.
412
413config MMC_SDHCI_IPROC
414 tristate "SDHCI support for the BCM2835 & iProc SD/MMC Controller"
415 depends on ARCH_BCM2835 || ARCH_BCM_IPROC || COMPILE_TEST
415 depends on ARCH_BCM2835 || ARCH_BCM_IPROC || ARCH_BRCMSTB || COMPILE_TEST
416 depends on MMC_SDHCI_PLTFM
417 depends on OF || ACPI
418 default ARCH_BCM_IPROC
419 select MMC_SDHCI_IO_ACCESSORS
420 help
421 This selects the iProc SD/MMC controller.
422
423 If you have a BCM2835 or IPROC platform with SD or MMC devices,

--- 670 unchanged lines hidden ---
416 depends on MMC_SDHCI_PLTFM
417 depends on OF || ACPI
418 default ARCH_BCM_IPROC
419 select MMC_SDHCI_IO_ACCESSORS
420 help
421 This selects the iProc SD/MMC controller.
422
423 If you have a BCM2835 or IPROC platform with SD or MMC devices,

--- 670 unchanged lines hidden ---