Kconfig (3fd784f745dd1747863775a99ec749619ee6759c) | Kconfig (fb8bd90f83c4dd86bc7fdae406152d63c5852f92) |
---|---|
1# 2# MMC/SD host controller drivers 3# 4 5comment "MMC/SD/SDIO Host Controller Drivers" 6 7config MMC_DEBUG 8 bool "MMC host drivers debugging" --- 579 unchanged lines hidden (view full) --- 588 depends on PCI && PCMCIA 589 help 590 Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA 591 card whenever you insert a MMC or SD card into the card slot. 592 593 To compile this driver as a module, choose M here: the 594 module will be called sdricoh_cs. 595 | 1# 2# MMC/SD host controller drivers 3# 4 5comment "MMC/SD/SDIO Host Controller Drivers" 6 7config MMC_DEBUG 8 bool "MMC host drivers debugging" --- 579 unchanged lines hidden (view full) --- 588 depends on PCI && PCMCIA 589 help 590 Say Y here if your Notebook reports a Ricoh Bay1Controller PCMCIA 591 card whenever you insert a MMC or SD card into the card slot. 592 593 To compile this driver as a module, choose M here: the 594 module will be called sdricoh_cs. 595 |
596config MMC_SDHCI_SPRD 597 tristate "Spreadtrum SDIO host Controller" 598 depends on ARCH_SPRD 599 depends on MMC_SDHCI_PLTFM 600 select MMC_SDHCI_IO_ACCESSORS 601 help 602 This selects the SDIO Host Controller in Spreadtrum 603 SoCs, this driver supports R11(IP version: R11P0). 604 605 If you have a controller with this interface, say Y or M here. 606 607 If unsure, say N. 608 |
|
596config MMC_TMIO_CORE 597 tristate 598 599config MMC_TMIO 600 tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" 601 depends on MFD_TMIO || MFD_ASIC3 602 select MMC_TMIO_CORE 603 help --- 353 unchanged lines hidden --- | 609config MMC_TMIO_CORE 610 tristate 611 612config MMC_TMIO 613 tristate "Toshiba Mobile IO Controller (TMIO) MMC/SD function support" 614 depends on MFD_TMIO || MFD_ASIC3 615 select MMC_TMIO_CORE 616 help --- 353 unchanged lines hidden --- |