zephyr/tests/drivers/i2s/i2s_api/Kconfig
Mahesh Mahadevan 3df8733276 tests: i2s: Update i2s_api test
1. Provide an option to loopback over separate I2S ports
2. Increase the buffer count in the loopback test to 4
3. Update test_i2s_transfer_rx_overrun test on how to
   handle RX overrun failures

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2021-04-30 12:02:55 -05:00

15 lines
265 B
Plaintext

#
# Copyright (c) 2021, NXP
#
# SPDX-License-Identifier: Apache-2.0
#
mainmenu "I2S Loopback 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.