1# Silabs USART SPI configuration option
2
3# Copyright (c) 2019 Christian Taedcke <hacking@taedcke.com>
4# SPDX-License-Identifier: Apache-2.0
5
6config SPI_SILABS_USART
7	bool "Silabs USART SPI controller driver"
8	default y
9	depends on DT_HAS_SILABS_USART_SPI_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 USART SPI driver
16