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
2 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,6 @@ config I2S_MCUX_FLEXCOMM
|
||||||
bool "MCUX FLEXCOMM I2S driver"
|
bool "MCUX FLEXCOMM I2S driver"
|
||||||
depends on HAS_MCUX_FLEXCOMM
|
depends on HAS_MCUX_FLEXCOMM
|
||||||
select DMA
|
select DMA
|
||||||
select INIT_AUDIO_PLL
|
|
||||||
help
|
help
|
||||||
Enable support for mcux flexcomm i2s driver.
|
Enable support for mcux flexcomm i2s driver.
|
||||||
|
|
||||||
|
|
|
@ -31,6 +31,7 @@ config SPI_MCUX_FLEXCOMM
|
||||||
config I2S_MCUX_FLEXCOMM
|
config I2S_MCUX_FLEXCOMM
|
||||||
default y if HAS_MCUX_FLEXCOMM
|
default y if HAS_MCUX_FLEXCOMM
|
||||||
depends on I2S
|
depends on I2S
|
||||||
|
select INIT_AUDIO_PLL
|
||||||
|
|
||||||
config DMA_MCUX_LPC
|
config DMA_MCUX_LPC
|
||||||
default y
|
default y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue