14 lines
365 B
Plaintext
14 lines
365 B
Plaintext
# Gecko SPI configuration option
|
|
|
|
# Copyright (c) 2024 Daikin Comfort Technologies North America, Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SPI_GECKO_EUSART
|
|
bool "Gecko EUSART SPI controller driver"
|
|
default y
|
|
depends on DT_HAS_SILABS_GECKO_SPI_EUSART_ENABLED
|
|
depends on GPIO
|
|
select SOC_GECKO_EUSART
|
|
help
|
|
Enable the EUSART SPI peripherals on Gecko
|