drivers: all: telink-b91: select PINCTRL
Select PINCTRL as needed. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
f8812c16ec
commit
f3a125e018
4 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue