I2S: remove Kconfig.defconfig* setting of I2S drivers
Now that I2S drivers are enabled based on devicetree we need to remove any cases of them getting enabled by Kconfig.defconfig* files as this can lead to errors. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
324ee290f8
commit
1314d73104
5 changed files with 0 additions and 16 deletions
|
@ -45,8 +45,4 @@ config DMA_SAM_XDMAC
|
|||
default y
|
||||
depends on DMA
|
||||
|
||||
config I2S_SAM_SSC
|
||||
default y
|
||||
depends on I2S
|
||||
|
||||
endif # SOC_SERIES_SAME70
|
||||
|
|
|
@ -46,8 +46,4 @@ config DMA_SAM_XDMAC
|
|||
default y
|
||||
depends on DMA
|
||||
|
||||
config I2S_SAM_SSC
|
||||
default y
|
||||
depends on I2S
|
||||
|
||||
endif # SOC_SERIES_SAMV71
|
||||
|
|
|
@ -13,8 +13,6 @@ config PINMUX_MCUX_LPC
|
|||
depends on PINMUX
|
||||
|
||||
config I2S_MCUX_FLEXCOMM
|
||||
default y if HAS_MCUX_FLEXCOMM
|
||||
depends on I2S
|
||||
select INIT_AUDIO_PLL
|
||||
|
||||
config DMA_MCUX_LPC
|
||||
|
|
|
@ -26,8 +26,6 @@ choice USB_MCUX_CONTROLLER_TYPE
|
|||
endchoice
|
||||
|
||||
config I2S_MCUX_FLEXCOMM
|
||||
default y if HAS_MCUX_FLEXCOMM
|
||||
depends on I2S
|
||||
select INIT_PLL0
|
||||
|
||||
endif # SOC_LPC55S69_CPU0
|
||||
|
|
|
@ -33,10 +33,6 @@ config PINMUX_STM32
|
|||
default y
|
||||
depends on PINMUX
|
||||
|
||||
config I2S_STM32
|
||||
default y
|
||||
depends on I2S
|
||||
|
||||
config MEMC_STM32
|
||||
default y
|
||||
depends on MEMC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue