| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # | 
 | 2 | # MMC subsystem configuration | 
 | 3 | # | 
 | 4 |  | 
 | 5 | menu "MMC/SD Card support" | 
 | 6 |  | 
 | 7 | config MMC | 
 | 8 | 	tristate "MMC support" | 
 | 9 | 	help | 
 | 10 | 	  MMC is the "multi-media card" bus protocol. | 
 | 11 |  | 
 | 12 | 	  If you want MMC support, you should say Y here and also | 
 | 13 | 	  to the specific driver for your MMC interface. | 
 | 14 |  | 
 | 15 | config MMC_DEBUG | 
 | 16 | 	bool "MMC debugging" | 
 | 17 | 	depends on MMC != n | 
 | 18 | 	help | 
 | 19 | 	  This is an option for use by developers; most people should | 
 | 20 | 	  say N here.  This enables MMC core and driver debugging. | 
 | 21 |  | 
 | 22 | config MMC_BLOCK | 
 | 23 | 	tristate "MMC block device driver" | 
 | 24 | 	depends on MMC | 
 | 25 | 	default y | 
 | 26 | 	help | 
 | 27 | 	  Say Y here to enable the MMC block device driver support. | 
 | 28 | 	  This provides a block device driver, which you can use to | 
 | 29 | 	  mount the filesystem. Almost everyone wishing MMC support | 
 | 30 | 	  should say Y or M here. | 
 | 31 |  | 
 | 32 | config MMC_ARMMMCI | 
 | 33 | 	tristate "ARM AMBA Multimedia Card Interface support" | 
 | 34 | 	depends on ARM_AMBA && MMC | 
 | 35 | 	help | 
 | 36 | 	  This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card | 
 | 37 | 	  Interface (PL180 and PL181) support.  If you have an ARM(R) | 
 | 38 | 	  platform with a Multimedia Card slot, say Y or M here. | 
 | 39 |  | 
 | 40 | 	  If unsure, say N. | 
 | 41 |  | 
 | 42 | config MMC_PXA | 
 | 43 | 	tristate "Intel PXA255 Multimedia Card Interface support" | 
 | 44 | 	depends on ARCH_PXA && MMC | 
 | 45 | 	help | 
 | 46 | 	  This selects the Intel(R) PXA(R) Multimedia card Interface. | 
 | 47 | 	  If you have a PXA(R) platform with a Multimedia Card slot, | 
 | 48 | 	  say Y or M here. | 
 | 49 |  | 
 | 50 | 	  If unsure, say N. | 
 | 51 |  | 
| Pierre Ossman | d129bce | 2006-03-24 03:18:17 -0800 | [diff] [blame] | 52 | config MMC_SDHCI | 
 | 53 | 	tristate "Secure Digital Host Controller Interface support  (EXPERIMENTAL)" | 
 | 54 | 	depends on PCI && MMC && EXPERIMENTAL | 
 | 55 | 	help | 
 | 56 | 	  This select the generic Secure Digital Host Controller Interface. | 
 | 57 | 	  It is used by manufacturers such as Texas Instruments(R), Ricoh(R) | 
 | 58 | 	  and Toshiba(R). Most controllers found in laptops are of this type. | 
 | 59 | 	  If you have a controller with this interface, say Y or M here. | 
 | 60 |  | 
 | 61 | 	  If unsure, say N. | 
 | 62 |  | 
| Carlos Aguiar | 730c9b7 | 2006-03-29 09:21:00 +0100 | [diff] [blame] | 63 | config MMC_OMAP | 
 | 64 | 	tristate "TI OMAP Multimedia Card Interface support" | 
 | 65 | 	depends on ARCH_OMAP && MMC | 
 | 66 | 	select TPS65010 if MACH_OMAP_H2 | 
 | 67 | 	help | 
 | 68 | 	  This selects the TI OMAP Multimedia card Interface. | 
 | 69 | 	  If you have an OMAP board with a Multimedia Card slot, | 
 | 70 | 	  say Y or M here. | 
 | 71 |  | 
 | 72 | 	  If unsure, say N. | 
 | 73 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | config MMC_WBSD | 
 | 75 | 	tristate "Winbond W83L51xD SD/MMC Card Interface support" | 
| Pierre Ossman | 85bcc13 | 2005-05-08 19:35:27 +0100 | [diff] [blame] | 76 | 	depends on MMC && ISA_DMA_API | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | 	help | 
 | 78 | 	  This selects the Winbond(R) W83L51xD Secure digital and | 
 | 79 |           Multimedia card Interface. | 
 | 80 | 	  If you have a machine with a integrated W83L518D or W83L519D | 
 | 81 | 	  SD/MMC card reader, say Y or M here. | 
 | 82 |  | 
 | 83 | 	  If unsure, say N. | 
 | 84 |  | 
| Pete Popov | ba264b3 | 2005-09-21 06:18:27 +0000 | [diff] [blame] | 85 | config MMC_AU1X | 
 | 86 | 	tristate "Alchemy AU1XX0 MMC Card Interface support" | 
| Ralf Baechle | 092d01e | 2006-06-04 17:40:58 +0100 | [diff] [blame] | 87 | 	depends on MMC && SOC_AU1200 | 
| Pete Popov | ba264b3 | 2005-09-21 06:18:27 +0000 | [diff] [blame] | 88 | 	help | 
 | 89 | 	  This selects the AMD Alchemy(R) Multimedia card interface. | 
| Jordan Crouse | be92cbb | 2006-02-08 22:23:05 +0000 | [diff] [blame] | 90 | 	  If you have a Alchemy platform with a MMC slot, say Y or M here. | 
| Pete Popov | ba264b3 | 2005-09-21 06:18:27 +0000 | [diff] [blame] | 91 |  | 
 | 92 | 	  If unsure, say N. | 
 | 93 |  | 
| Andrew Victor | 65dbf34 | 2006-04-02 19:18:51 +0100 | [diff] [blame] | 94 | config MMC_AT91RM9200 | 
 | 95 | 	tristate "AT91RM9200 SD/MMC Card Interface support" | 
 | 96 | 	depends on ARCH_AT91RM9200 && MMC | 
 | 97 | 	help | 
 | 98 | 	  This selects the AT91RM9200 MCI controller. | 
 | 99 |  | 
 | 100 | 	  If unsure, say N. | 
 | 101 |  | 
| Pavel Pisa | 56ca904 | 2006-04-02 19:27:07 +0100 | [diff] [blame] | 102 | config MMC_IMX | 
 | 103 | 	tristate "Motorola i.MX Multimedia Card Interface support" | 
 | 104 | 	depends on ARCH_IMX && MMC | 
 | 105 | 	help | 
 | 106 | 	  This selects the Motorola i.MX Multimedia card Interface. | 
 | 107 | 	  If you have a i.MX platform with a Multimedia Card slot, | 
 | 108 | 	  say Y or M here. | 
 | 109 |  | 
 | 110 | 	  If unsure, say N. | 
 | 111 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 112 | endmenu |