mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
periph/sdmmc: add ADD_CMD12 feature in Kconfig
This commit is contained in:
parent
f32b661666
commit
bdfbe6f8a6
@ -59,4 +59,18 @@ config MODULE_PERIPH_INIT_SDMMC_AUTO_CLK
|
||||
depends on MODULE_PERIPH_SDMMC_AUTO_CLK
|
||||
default y if MODULE_PERIPH_INIT
|
||||
|
||||
config MODULE_PERIPH_SDMMC_AUTO_CMD12
|
||||
bool
|
||||
depends on HAS_PERIPH_SDMMC_AUTO_CMD12
|
||||
default y
|
||||
help
|
||||
If the SDIO/SD/MMC peripheral supports the Auto-CMD12 feature is
|
||||
enabled, i.e. CMD12 is sent automatically to stop the transmission in
|
||||
multiple block operations.
|
||||
|
||||
config MODULE_PERIPH_INIT_SDMMC_AUTO_CMD12
|
||||
bool
|
||||
depends on MODULE_PERIPH_SDMMC_AUTO_CMD12
|
||||
default y if MODULE_PERIPH_INIT
|
||||
|
||||
endif # MODULE_PERIPH_SDMMC
|
||||
|
Loading…
Reference in New Issue
Block a user