Kconfig (f1615bbe9be4def59c3b3eaddb60722efeed16c2) | Kconfig (b45e4b5093298e5d42f4a80f95f08e511dc06767) |
---|---|
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" --- 426 unchanged lines hidden (view full) --- 435 advantage of working on many systems without dedicated MMC/SD/SDIO 436 controllers. 437 438 If unsure, or if your system has no SPI master driver, say N. 439 440config MMC_S3C 441 tristate "Samsung S3C SD/MMC Card Interface support" 442 depends on ARCH_S3C24XX | 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" --- 426 unchanged lines hidden (view full) --- 435 advantage of working on many systems without dedicated MMC/SD/SDIO 436 controllers. 437 438 If unsure, or if your system has no SPI master driver, say N. 439 440config MMC_S3C 441 tristate "Samsung S3C SD/MMC Card Interface support" 442 depends on ARCH_S3C24XX |
443 depends on S3C24XX_DMAC |
|
443 help 444 This selects a driver for the MCI interface found in 445 Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs. 446 If you have a board based on one of those and a MMC/SD 447 slot, say Y or M here. 448 449 If unsure, say N. 450 --- 21 unchanged lines hidden (view full) --- 472 bool "Use DMA transfers only" 473 help 474 Use DMA to transfer data between memory and the hardare. 475 476 Currently, the DMA support in this driver seems to not be 477 working properly and needs to be debugged before this 478 option is useful. 479 | 444 help 445 This selects a driver for the MCI interface found in 446 Samsung's S3C2410, S3C2412, S3C2440, S3C2442 CPUs. 447 If you have a board based on one of those and a MMC/SD 448 slot, say Y or M here. 449 450 If unsure, say N. 451 --- 21 unchanged lines hidden (view full) --- 473 bool "Use DMA transfers only" 474 help 475 Use DMA to transfer data between memory and the hardare. 476 477 Currently, the DMA support in this driver seems to not be 478 working properly and needs to be debugged before this 479 option is useful. 480 |
480config MMC_S3C_PIODMA 481 bool "Support for both PIO and DMA" 482 help 483 Compile both the PIO and DMA transfer routines into the 484 driver and let the platform select at run-time which one 485 is best. 486 487 See notes for the DMA option. 488 | |
489endchoice 490 491config MMC_SDRICOH_CS 492 tristate "MMC/SD driver for Ricoh Bay1Controllers" 493 depends on PCI && PCMCIA 494 help 495 Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA 496 card whenever you insert a MMC or SD card into the card slot. --- 227 unchanged lines hidden --- | 481endchoice 482 483config MMC_SDRICOH_CS 484 tristate "MMC/SD driver for Ricoh Bay1Controllers" 485 depends on PCI && PCMCIA 486 help 487 Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA 488 card whenever you insert a MMC or SD card into the card slot. --- 227 unchanged lines hidden --- |