zephyr/drivers/sdhc
Anas Nashif cffe98d9de crc: Make the build of crc function dependent on a Kconfig
Add CONFIG_CRC for building CRC related routines.
CRC routines are now being built for each application, whether used or
not and are add in the build system unconditionally.

Keep CONFIG_CRC enabled by default for now and until all users have
converted to use the new option.

Partial fix for #50654

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-23 13:30:00 +01:00
..
CMakeLists.txt drivers: sdhc: add SD host controller driver for LPC SDIF 2022-09-08 10:06:28 +02:00
imx_usdhc.c include: add missing zephyr/irq.h include 2022-10-17 22:57:39 +09:00
Kconfig drivers: sdhc: add SD host controller driver for LPC SDIF 2022-09-08 10:06:28 +02:00
Kconfig.imx drivers: sdhc: Update Kconfig 2022-08-12 17:39:15 +02:00
Kconfig.mcux_sdif drivers: sdhc: add SD host controller driver for LPC SDIF 2022-09-08 10:06:28 +02:00
Kconfig.spi crc: Make the build of crc function dependent on a Kconfig 2022-11-23 13:30:00 +01:00
mcux_sdif.c include: add missing kernel.h include 2022-10-11 18:05:17 +02:00
sdhc_spi.c SD: Implement sdhc_card_busy in SDHC SPI-driver 2022-09-09 16:32:52 -04:00