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:
parent
df8d1f30c8
commit
a0d8882a55
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user