soc: arm: stm32: Enable I2S_STM32 in the common part

Enable I2S_STM32 in the soc common part, so it will no
longer be required in board default configuration.

Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
Armando Visconti 2020-03-30 17:28:49 +02:00 committed by Kumar Gala
commit 5097ce6e35
3 changed files with 4 additions and 6 deletions

View file

@ -10,9 +10,6 @@ config BOARD
if I2S if I2S
config I2S_STM32
default y
# configure PLLI2S to generate a I2SxCLK=128MHz # configure PLLI2S to generate a I2SxCLK=128MHz
config I2S_STM32_USE_PLLI2S_ENABLE config I2S_STM32_USE_PLLI2S_ENABLE
default y default y

View file

@ -10,9 +10,6 @@ config BOARD
if I2S if I2S
config I2S_STM32
default y
# configure PLLI2S to generate a I2SxCLK=128MHz # configure PLLI2S to generate a I2SxCLK=128MHz
config I2S_STM32_USE_PLLI2S_ENABLE config I2S_STM32_USE_PLLI2S_ENABLE
default y default y

View file

@ -49,6 +49,10 @@ config SPI_STM32
default y default y
depends on SPI depends on SPI
config I2S_STM32
default y
depends on I2S
config USB_DC_STM32 config USB_DC_STM32
default y default y
depends on USB depends on USB