# # MMC subsystem configuration # menuconfig MMC tristate "MMC/SD/SDIO card support" depends on HAS_IOMEM help This selects MultiMediaCard, Secure Digital and Secure Digital I/O support. If you want MMC/SD/SDIO support, you should say Y here and also to your specific host controller driver. config MMC_DEBUG bool "MMC debugging" depends on MMC != n help This is an option for use by developers; most people should say N here. This enables MMC core and driver debugging. if MMC source "drivers/mmc/core/Kconfig" source "drivers/mmc/card/Kconfig" source "drivers/mmc/host/Kconfig" config MMC_TIFM_SD tristate "TI Flash Media MMC/SD Interface support (EXPERIMENTAL)" depends on MMC && EXPERIMENTAL select TIFM_CORE help Say Y here if you want to be able to access MMC/SD cards with the Texas Instruments(R) Flash Media card reader, found in many laptops. This option 'selects' (turns on, enables) 'TIFM_CORE', but you probably also need appropriate card reader host adapter, such as 'Misc devices: TI Flash Media PCI74xx/PCI76xx host adapter support (TIFM_7XX1)'. To compile this driver as a module, choose M here: the module will be called tifm_sd. if LANTIQ #IFX plaform specific source "drivers/mmc/Kconfig.ifx" endif endif # MMC