Kconfig (85d6509dc8ca24b2b652863ef7a75622ddca17d6) | Kconfig (38576af1f8cad48446df47dcf404b197c9206dba) |
---|---|
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" --- 67 unchanged lines hidden (view full) --- 76 proprietary controller is unnecessary because the SDHCI driver 77 supports MMC cards on the SD controller, but if it is not 78 disabled, it will steal the MMC cards away - rendering them 79 useless. It is safe to select this even if you don't 80 have a Ricoh based card reader. 81 82 If unsure, say Y. 83 | 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" --- 67 unchanged lines hidden (view full) --- 76 proprietary controller is unnecessary because the SDHCI driver 77 supports MMC cards on the SD controller, but if it is not 78 disabled, it will steal the MMC cards away - rendering them 79 useless. It is safe to select this even if you don't 80 have a Ricoh based card reader. 81 82 If unsure, say Y. 83 |
84config MMC_SDHCI_OF 85 tristate "SDHCI support on OpenFirmware platforms" 86 depends on MMC_SDHCI && OF 87 help 88 This selects the OF support for Secure Digital Host Controller 89 Interfaces. 90 91 If unsure, say N. 92 | |
93config MMC_SDHCI_OF_ESDHC 94 bool "SDHCI OF support for the Freescale eSDHC controller" | 84config MMC_SDHCI_OF_ESDHC 85 bool "SDHCI OF support for the Freescale eSDHC controller" |
95 depends on MMC_SDHCI_OF | 86 depends on MMC_SDHCI |
96 depends on PPC_OF 97 select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER 98 help 99 This selects the Freescale eSDHC controller support. 100 101 If unsure, say N. 102 103config MMC_SDHCI_OF_HLWD 104 bool "SDHCI OF support for the Nintendo Wii SDHCI controllers" | 87 depends on PPC_OF 88 select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER 89 help 90 This selects the Freescale eSDHC controller support. 91 92 If unsure, say N. 93 94config MMC_SDHCI_OF_HLWD 95 bool "SDHCI OF support for the Nintendo Wii SDHCI controllers" |
105 depends on MMC_SDHCI_OF | 96 depends on MMC_SDHCI |
106 depends on PPC_OF 107 select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER 108 help 109 This selects the Secure Digital Host Controller Interface (SDHCI) 110 found in the "Hollywood" chipset of the Nintendo Wii video game 111 console. 112 113 If unsure, say N. --- 459 unchanged lines hidden --- | 97 depends on PPC_OF 98 select MMC_SDHCI_BIG_ENDIAN_32BIT_BYTE_SWAPPER 99 help 100 This selects the Secure Digital Host Controller Interface (SDHCI) 101 found in the "Hollywood" chipset of the Nintendo Wii video game 102 console. 103 104 If unsure, say N. --- 459 unchanged lines hidden --- |