zephyr/drivers/i2s/Kconfig.mcux_flexcomm
Mahesh Mahadevan 35fca50dce drivers: i2s: Update MCUX Kconfig
Move SoC specific configs to the soc folder

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
2021-09-01 14:39:03 -04:00

22 lines
418 B
Plaintext

# Copyright (c) 2020, NXP
# SPDX-License-Identifier: Apache-2.0
config I2S_MCUX_FLEXCOMM
bool "MCUX FLEXCOMM I2S driver"
depends on HAS_MCUX_FLEXCOMM
select DMA
help
Enable support for mcux flexcomm i2s driver.
if I2S_MCUX_FLEXCOMM
config I2S_MCUX_FLEXCOMM_RX_BLOCK_COUNT
int "RX queue length"
default 4
config I2S_MCUX_FLEXCOMM_TX_BLOCK_COUNT
int "TX queue length"
default 4
endif # I2S_MCUX_FLEXCOMM