zephyr/drivers/spi/Kconfig.gecko
Christian Taedcke 6da94af847 drivers: spi: Add Gecko SPI driver
This commit adds SPI driver and its bindings using the USART peripheral
for Silicon Labs EFM32 and EFR32 MCUs.

Signed-off-by: Christian Taedcke <hacking@taedcke.com>
2020-01-10 07:14:35 -06:00

15 lines
333 B
Plaintext

# Kconfig.gecko - Gecko SPI configuration option
#
# Copyright (c) 2019 Christian Taedcke <hacking@taedcke.com>
#
# SPDX-License-Identifier: Apache-2.0
#
menuconfig SPI_GECKO
bool "Gecko SPI controller driver"
depends on HAS_SILABS_GECKO
depends on GPIO_GECKO
select SOC_GECKO_USART
help
Enable the SPI peripherals on Gecko