drivers: all: telink-b91: select PINCTRL

Select PINCTRL as needed.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-12-02 10:15:16 +01:00 committed by Benjamin Cabé
commit f3a125e018
4 changed files with 4 additions and 0 deletions

View file

@ -5,5 +5,6 @@ config I2C_TELINK_B91
bool "Telink Semiconductor B91 I2C driver"
default y
depends on DT_HAS_TELINK_B91_I2C_ENABLED
select PINCTRL
help
Enables Telink B91 I2C driver.

View file

@ -5,5 +5,6 @@ config PWM_TELINK_B91
bool "Telink Semiconductor B91 PWM driver"
default y
depends on DT_HAS_TELINK_B91_PWM_ENABLED
select PINCTRL
help
Enables Telink B91 PWM driver.

View file

@ -9,5 +9,6 @@ config UART_TELINK_B91
depends on DT_HAS_TELINK_B91_UART_ENABLED
select SERIAL_HAS_DRIVER
select SERIAL_SUPPORT_INTERRUPT
select PINCTRL
help
This option enables the B91 serial driver.

View file

@ -5,5 +5,6 @@ config SPI_TELINK_B91
bool "Telink Semiconductor B91 SPI driver"
default y
depends on DT_HAS_TELINK_B91_SPI_ENABLED
select PINCTRL
help
Enables Telink B91 SPI driver.