2022-11-10 22:22:48 +08:00
|
|
|
config ENABLE_FSDMMC
|
|
|
|
bool
|
|
|
|
prompt "Use FSdmmc"
|
|
|
|
default n
|
|
|
|
depends on USE_SDMMC
|
|
|
|
depends on TARGET_F2000_4 || TARGET_D2000
|
|
|
|
help
|
|
|
|
Select FSdmmc driver component
|
|
|
|
|
|
|
|
config ENABLE_FSDIO
|
|
|
|
bool
|
|
|
|
prompt "Use FSdio"
|
|
|
|
default n
|
|
|
|
depends on USE_SDMMC
|
|
|
|
depends on TARGET_E2000S || TARGET_E2000D || TARGET_E2000Q
|
|
|
|
help
|
|
|
|
Select FSdio driver component
|
2023-01-09 10:14:23 +08:00
|
|
|
|
|
|
|
|