blob: da4de4b9151c8244909039d376cf40487b55abda [file] [log] [blame]
Mahesh Mahadevan712317c2020-10-14 12:15:43 -05001# Copyright (c) 2020, NXP
2# SPDX-License-Identifier: Apache-2.0
3
4config I2S_MCUX_FLEXCOMM
5 bool "MCUX FLEXCOMM I2S driver"
Kumar Gala324ee292022-08-24 14:12:33 -05006 default y
7 depends on DT_HAS_NXP_LPC_I2S_ENABLED
Mahesh Mahadevan712317c2020-10-14 12:15:43 -05008 select DMA
Emilio Benavente82a192c2024-09-25 13:02:41 +00009 select PINCTRL
Mahesh Mahadevan712317c2020-10-14 12:15:43 -050010 help
11 Enable support for mcux flexcomm i2s driver.
12
13if I2S_MCUX_FLEXCOMM
14
15config I2S_MCUX_FLEXCOMM_RX_BLOCK_COUNT
16 int "RX queue length"
17 default 4
18
19config I2S_MCUX_FLEXCOMM_TX_BLOCK_COUNT
20 int "TX queue length"
21 default 4
22
23endif # I2S_MCUX_FLEXCOMM