1# Cypress SCB[SPI] configuration 2 3# Copyright (c) 2021 ATL Electronics 4# SPDX-License-Identifier: Apache-2.0 5 6config SPI_PSOC6 7 bool "PSoC-6 MCU SCB spi driver" 8 default y 9 depends on DT_HAS_CYPRESS_PSOC6_SPI_ENABLED 10 select USE_INFINEON_SPI 11 help 12 This option enables the SCB[SPI] driver for PSoC-6 SoC family. 13