Kconfig (054d5c9238f3c577ad51195c3ee7803613f322cc) | Kconfig (edd4dd0e987919ed672376c5c73c32aacfc24f39) |
---|---|
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" --- 235 unchanged lines hidden (view full) --- 244 This selects the Motorola i.MX Multimedia card Interface. 245 If you have a i.MX platform with a Multimedia Card slot, 246 say Y or M here. 247 248 If unsure, say N. 249 250config MMC_MSM7X00A 251 tristate "Qualcomm MSM 7X00A SDCC Controller Support" | 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" --- 235 unchanged lines hidden (view full) --- 244 This selects the Motorola i.MX Multimedia card Interface. 245 If you have a i.MX platform with a Multimedia Card slot, 246 say Y or M here. 247 248 If unsure, say N. 249 250config MMC_MSM7X00A 251 tristate "Qualcomm MSM 7X00A SDCC Controller Support" |
252 depends on MMC && ARCH_MSM && !ARCH_MSM7X30 | 252 depends on MMC && ARCH_MSM |
253 help 254 This provides support for the SD/MMC cell found in the 255 MSM 7X00A controllers from Qualcomm. 256 257config MMC_MXC 258 tristate "Freescale i.MX2/3 Multimedia Card Interface support" 259 depends on ARCH_MXC 260 help --- 166 unchanged lines hidden (view full) --- 427 428config MMC_SH_MMCIF 429 tristate "SuperH Internal MMCIF support" 430 depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE) 431 help 432 This selects the MMC Host Interface controler (MMCIF). 433 434 This driver supports MMCIF in sh7724/sh7757/sh7372. | 253 help 254 This provides support for the SD/MMC cell found in the 255 MSM 7X00A controllers from Qualcomm. 256 257config MMC_MXC 258 tristate "Freescale i.MX2/3 Multimedia Card Interface support" 259 depends on ARCH_MXC 260 help --- 166 unchanged lines hidden (view full) --- 427 428config MMC_SH_MMCIF 429 tristate "SuperH Internal MMCIF support" 430 depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE) 431 help 432 This selects the MMC Host Interface controler (MMCIF). 433 434 This driver supports MMCIF in sh7724/sh7757/sh7372. |
435 436config MMC_JZ4740 437 tristate "JZ4740 SD/Multimedia Card Interface support" 438 depends on MACH_JZ4740 439 help 440 This selects support for the SD/MMC controller on Ingenic JZ4740 441 SoCs. 442 If you have a board based on such a SoC and with a SD/MMC slot, 443 say Y or M here. | |