1# Infineon CAT1 SDHC configuration options 2 3# Copyright (c) 2023 Cypress Semiconductor Corporation (an Infineon company) or 4# an affiliate of Cypress Semiconductor Corporation 5# 6# SPDX-License-Identifier: Apache-2.0 7 8config SDHC_INFINEON_CAT1 9 bool "Infineon CAT1 SDHC driver" 10 default y 11 depends on DT_HAS_INFINEON_CAT1_SDHC_SDIO_ENABLED 12 select USE_INFINEON_SDIO 13 select SDHC_SUPPORTS_NATIVE_MODE 14 select PINCTRL 15 help 16 This option enables the SDHC driver for Infineon CAT1 family. 17 18if SDHC_INFINEON_CAT1 19 20config SDHC_INIT_PRIORITY 21 default 70 22 23endif 24