URL
https://opencores.org/ocsvn/test_project/test_project/trunk
Subversion Repositories test_project
[/] [test_project/] [trunk/] [linux_sd_driver/] [drivers/] [mmc/] [Kconfig] - Rev 81
Compare with Previous | Blame | View Log
## MMC subsystem configuration#menuconfig MMCtristate "MMC/SD card support"depends on HAS_IOMEMhelpMMC is the "multi-media card" bus protocol.If you want MMC support, you should say Y here and alsoto the specific driver for your MMC interface.config MMC_DEBUGbool "MMC debugging"depends on MMC != nhelpThis is an option for use by developers; most people shouldsay N here. This enables MMC core and driver debugging.if MMCsource "drivers/mmc/core/Kconfig"source "drivers/mmc/card/Kconfig"source "drivers/mmc/host/Kconfig"endif # MMC
