1# Gecko SPI configuration option
2
3# Copyright (c) 2024 Daikin Comfort Technologies North America, Inc.
4# SPDX-License-Identifier: Apache-2.0
5
6config SPI_GECKO_EUSART
7	bool "Gecko EUSART SPI controller driver"
8	default y
9	depends on DT_HAS_SILABS_GECKO_SPI_EUSART_ENABLED
10	depends on GPIO
11	select SOC_GECKO_EUSART
12	select PINCTRL if SOC_FAMILY_SILABS_S2
13	help
14	  Enable the EUSART SPI peripherals on Gecko
15