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	depends on SOC_FAMILY_PSOC6
9	help
10	  This option enables the SCB[SPI] driver for PSoC-6 SoC family.
11