drivers: i2s: Update MCUX Kconfig

Move SoC specific configs to the soc folder

Signed-off-by: Mahesh Mahadevan <mahesh.mahadevan@nxp.com>
This commit is contained in:
Mahesh Mahadevan 2021-08-27 07:35:28 -05:00 committed by Anas Nashif
parent fa549139df
commit 35fca50dce
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,6 @@ config I2S_MCUX_FLEXCOMM
bool "MCUX FLEXCOMM I2S driver"
depends on HAS_MCUX_FLEXCOMM
select DMA
select INIT_AUDIO_PLL
help
Enable support for mcux flexcomm i2s driver.

View file

@ -31,6 +31,7 @@ config SPI_MCUX_FLEXCOMM
config I2S_MCUX_FLEXCOMM
default y if HAS_MCUX_FLEXCOMM
depends on I2S
select INIT_AUDIO_PLL
config DMA_MCUX_LPC
default y