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:
parent
fa549139df
commit
35fca50dce
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue