15 lines
262 B
Plaintext
15 lines
262 B
Plaintext
|
#
|
||
|
# Copyright (c) 2021, NXP
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
#
|
||
|
|
||
|
mainmenu "I2S Speed Test"
|
||
|
|
||
|
source "Kconfig.zephyr"
|
||
|
|
||
|
config I2S_TEST_SEPARATE_DEVICES
|
||
|
bool "Use two separate I2S ports for loopback"
|
||
|
help
|
||
|
Use separate I2S ports for transmit and receive.
|