1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/mtd: fix missing dependency in Kconfig for periph_sdmmc

This commit is contained in:
Gunar Schorcht 2023-09-29 07:49:41 +02:00
parent 5393c7571a
commit ca44651d78

View File

@ -43,6 +43,7 @@ config HAVE_MTD_SDMMC_DEFAULT
depends on HAS_PERIPH_SDMMC
imply MODULE_MTD_SDMMC if MODULE_MTD
imply MODULE_MTD_SDMMC_DEFAULT if MODULE_MTD
imply MODULE_SDMMC if MODULE_MTD
help
Indicates that a SD/MMC MTD is present with generic configuration