1# Gecko SPI configuration option
2
3# Copyright (c) 2019 Christian Taedcke <hacking@taedcke.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config SPI_GECKO_USART
7	bool "Gecko SPI controller driver"
8	default y
9	depends on DT_HAS_SILABS_GECKO_SPI_USART_ENABLED
10	depends on GPIO
11	select SOC_GECKO_USART
12	select CLOCK_CONTROL_SILABS_SERIES if SOC_FAMILY_SILABS_S2
13	select PINCTRL if SOC_FAMILY_SILABS_S2
14	help
15	  Enable the SPI peripherals on Gecko
16