2022-04-01 22:27:08 +02:00
|
|
|
# Copyright (c) 2022, NXP
|
|
|
|
# SPDX -License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config SPI_SDHC
|
|
|
|
bool "SD protocol over SPI bus"
|
2022-08-12 05:19:08 +02:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ZEPHYR_SDHC_SPI_SLOT_ENABLED
|
2022-04-01 22:27:08 +02:00
|
|
|
select SPI
|
2022-09-26 18:13:43 +02:00
|
|
|
select CRC
|
2022-04-01 22:27:08 +02:00
|
|
|
select SDHC_SUPPORTS_SPI_MODE
|
|
|
|
help
|
|
|
|
Enable the SPI SD host controller driver
|