2 # MMC/SD host controller drivers
5 comment "MMC/SD Host Controller Drivers"
8 tristate "ARM AMBA Multimedia Card Interface support"
11 This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
12 Interface (PL180 and PL181) support. If you have an ARM(R)
13 platform with a Multimedia Card slot, say Y or M here.
18 tristate "Intel PXA25x/26x/27x Multimedia Card Interface support"
21 This selects the Intel(R) PXA(R) Multimedia card Interface.
22 If you have a PXA(R) platform with a Multimedia Card slot,
28 tristate "Secure Digital Host Controller Interface support (EXPERIMENTAL)"
29 depends on PCI && EXPERIMENTAL
31 This select the generic Secure Digital Host Controller Interface.
32 It is used by manufacturers such as Texas Instruments(R), Ricoh(R)
33 and Toshiba(R). Most controllers found in laptops are of this type.
34 If you have a controller with this interface, say Y or M here.
39 tristate "TI OMAP Multimedia Card Interface support"
41 select TPS65010 if MACH_OMAP_H2
43 This selects the TI OMAP Multimedia card Interface.
44 If you have an OMAP board with a Multimedia Card slot,
50 tristate "Winbond W83L51xD SD/MMC Card Interface support"
51 depends on ISA_DMA_API
53 This selects the Winbond(R) W83L51xD Secure digital and
54 Multimedia card Interface.
55 If you have a machine with a integrated W83L518D or W83L519D
56 SD/MMC card reader, say Y or M here.
61 tristate "Alchemy AU1XX0 MMC Card Interface support"
64 This selects the AMD Alchemy(R) Multimedia card interface.
65 If you have a Alchemy platform with a MMC slot, say Y or M here.
70 tristate "AT91 SD/MMC Card Interface support"
73 This selects the AT91 MCI controller.
78 tristate "Motorola i.MX Multimedia Card Interface support"
81 This selects the Motorola i.MX Multimedia card Interface.
82 If you have a i.MX platform with a Multimedia Card slot,
88 tristate "TI Flash Media MMC/SD Interface support (EXPERIMENTAL)"
89 depends on EXPERIMENTAL && PCI
92 Say Y here if you want to be able to access MMC/SD cards with
93 the Texas Instruments(R) Flash Media card reader, found in many
95 This option 'selects' (turns on, enables) 'TIFM_CORE', but you
96 probably also need appropriate card reader host adapter, such as
97 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support
100 To compile this driver as a module, choose M here: the
101 module will be called tifm_sd.
104 tristate "MMC/SD over SPI (EXPERIMENTAL)"
105 depends on MMC && SPI_MASTER && !HIGHMEM && EXPERIMENTAL
109 Some systems accss MMC/SD cards using a SPI controller instead of
110 using a "native" MMC/SD controller. This has a disadvantage of
111 being relatively high overhead, but a compensating advantage of
112 working on many systems without dedicated MMC/SD controllers.
114 If unsure, or if your system has no SPI master driver, say N.