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:
parent
4053529658
commit
76400b362c
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue