mmc: mmc_spi: Select CRC16 if CRC checking is enabled

Currently CRC16 is not selected when CRC checking is enabled and
if it wasn't enabled in the config otherwise the build will fail
because of references to crc16_ccitt() that doesn't exist.

Signed-off-by: Daniel Palmer <daniel@thingy.jp>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
Daniel Palmer
2025-12-27 19:59:46 +09:00
committed by Peng Fan
parent 21cdfd1992
commit 3f208e1a99

View File

@@ -91,6 +91,7 @@ config MMC_SPI_CRC_ON
bool "Support CRC for SPI-based MMC controller"
depends on MMC_SPI
default y
select CRC16
help
This enables CRC for SPI-based MMC controllers.