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

drivers/mtd: fix module name for mtd_sdcard in Kconfig

This commit is contained in:
Gunar Schorcht 2022-08-03 08:26:54 +02:00
parent df8d1f30c8
commit a0d8882a55

View File

@ -25,9 +25,9 @@ config HAVE_MTD_NATIVE
help
Indicates that a native MTD is present.
config HAVE_MTD_SD_SCARD
config HAVE_MTD_SDCARD
bool
imply MODULE_MTD_SD_CARD if MODULE_MTD
imply MODULE_MTD_SDCARD if MODULE_MTD
help
Indicates that a sdcard MTD is present