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:
parent
fb815c65eb
commit
5097ce6e35
3 changed files with 4 additions and 6 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue