drivers: spi: gecko: Add PINCTRL dependency

The gecko_eusart and gecko_usart SPI drivers should use pinctrl on all
Series 2 boards.

Signed-off-by: Johan Hedberg <johan.hedberg@silabs.com>
This commit is contained in:
Johan Hedberg 2024-11-22 14:00:55 +02:00 committed by Anas Nashif
commit 76400b362c
2 changed files with 2 additions and 0 deletions

View file

@ -9,5 +9,6 @@ config SPI_GECKO_EUSART
depends on DT_HAS_SILABS_GECKO_SPI_EUSART_ENABLED
depends on GPIO
select SOC_GECKO_EUSART
select PINCTRL if SOC_FAMILY_SILABS_S2
help
Enable the EUSART SPI peripherals on Gecko

View file

@ -10,5 +10,6 @@ config SPI_GECKO_USART
depends on GPIO
select SOC_GECKO_USART
select CLOCK_CONTROL_SILABS_SERIES if SOC_FAMILY_SILABS_S2
select PINCTRL if SOC_FAMILY_SILABS_S2
help
Enable the SPI peripherals on Gecko