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 depends on HAS_SILABS_GECKO 9 depends on GPIO_GECKO 10 select SOC_GECKO_USART 11 help 12 Enable the SPI peripherals on Gecko 13