Skip to content

Commit

Permalink
drivers/mtd: fix missing dependency in Kconfig for periph_sdmmc
Browse files Browse the repository at this point in the history
  • Loading branch information
gschorcht committed Sep 29, 2023
1 parent 5393c75 commit ca44651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mtd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ca44651

Please sign in to comment.