1# Infineon CAT1 SPI configuration options 2 3# Copyright (c) 2022 Cypress Semiconductor Corporation. 4# SPDX-License-Identifier: Apache-2.0 5 6config SPI_INFINEON_CAT1 7 bool "Infineon CAT1 SPI driver" 8 default y 9 depends on DT_HAS_INFINEON_CAT1_SPI_ENABLED 10 select USE_INFINEON_SPI 11 help 12 This option enables the SPI driver for Infineon CAT1 family. 13