Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

23 lines
555 B

# 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
select PINCTRL
help
This option enables the SDHC driver for Infineon CAT1 family.
if SDHC_INFINEON_CAT1
config SDHC_INIT_PRIORITY
default 70
endif