* Move test to using devicetree for various "device" params. * Move test to using spi_dt_spec to simplify code Signed-off-by: Kumar Gala <galak@kernel.org>
9 lines
198 B
Plaintext
9 lines
198 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
mainmenu "SPI Loopback Test"
|
|
|
|
source "Kconfig.zephyr"
|
|
|
|
config SPI_LOOPBACK_MODE_LOOP
|
|
bool "Configure the SPI in LOOP mode, so that no extra wiring is needed"
|