12345678910111213141516171819202122232425262728293031323334353637 |
- menuconfig MMC
- bool
- prompt "MMC Drivers"
- default n
- help
- Enable MMC Driver Configuration
- if MMC
- module = MMC
- module-str = mmc
- source "subsys/logging/Kconfig.template.log_config"
- rsource "Kconfig.acts"
- endif # MMC
|