zephyr/drivers/sdhc/Kconfig.ifx_cat1
Nazar Palamar 1fd080b8cf drivers: sdhc: added Infineon CAT1 SDHC/SDIO driver
Added initial version of Infineon CAT1 SDHC/SDIO driver

Added initial version of binding file for Infineon CAT1 SDHC/SDIO
driver

Signed-off-by: Nazar Palamar <nazar.palamar@infineon.com>
2023-11-08 15:07:37 +00:00

23 lines
539 B
Plaintext

# Infineon CAT1 SDHC configuration options
# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or
# an affiliate of Cypress Semiconductor Corporation
#
# SPDX-License-Identifier: Apache-2.0
config SDHC_INFINEON_CAT1
bool "Infineon CAT1 SDHC driver"
default y
depends on DT_HAS_INFINEON_CAT1_SDHC_SDIO_ENABLED
select USE_INFINEON_SDIO
select SDHC_SUPPORTS_NATIVE_MODE
help
This option enables the SDHC driver for Infineon CAT1 family.
if SDHC_INFINEON_CAT1
config SDHC_INIT_PRIORITY
default 70
endif