Kconfig (aaccf3c97418f169afdbb5855e9cbcbda34e90fd) | Kconfig (7c7ba4334e5cfedb5b93ffee216b67dfa9f4135d) |
---|---|
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" --- 331 unchanged lines hidden (view full) --- 340 If you have a controller with this interface, say Y or M here. 341 342 If unsure, say N. 343 344config MMC_SDHCI_IPROC 345 tristate "SDHCI support for the BCM2835 & iProc SD/MMC Controller" 346 depends on ARCH_BCM2835 || ARCH_BCM_IPROC || COMPILE_TEST 347 depends on MMC_SDHCI_PLTFM | 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" --- 331 unchanged lines hidden (view full) --- 340 If you have a controller with this interface, say Y or M here. 341 342 If unsure, say N. 343 344config MMC_SDHCI_IPROC 345 tristate "SDHCI support for the BCM2835 & iProc SD/MMC Controller" 346 depends on ARCH_BCM2835 || ARCH_BCM_IPROC || COMPILE_TEST 347 depends on MMC_SDHCI_PLTFM |
348 depends on OF || ACPI |
|
348 default ARCH_BCM_IPROC 349 select MMC_SDHCI_IO_ACCESSORS 350 help 351 This selects the iProc SD/MMC controller. 352 353 If you have a BCM2835 or IPROC platform with SD or MMC devices, 354 say Y or M here. 355 --- 590 unchanged lines hidden --- | 349 default ARCH_BCM_IPROC 350 select MMC_SDHCI_IO_ACCESSORS 351 help 352 This selects the iProc SD/MMC controller. 353 354 If you have a BCM2835 or IPROC platform with SD or MMC devices, 355 say Y or M here. 356 --- 590 unchanged lines hidden --- |