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 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 help 13 Enable the SPI peripherals on Gecko 14