drivers: gpio: davinci: Select PINCTRL

This driver includes pin-muxing functions and requires to have
CONFIG_PINCTRL enabled. Automatically set this config when this
driver is enabled.

Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
This commit is contained in:
Daniel Schultz 2025-02-12 16:54:43 +01:00 committed by Benjamin Cabé
parent b7bbfbf1f2
commit e7fb3c6848

View File

@ -7,5 +7,6 @@ config GPIO_DAVINCI
bool "Davinci GPIO Driver"
default y
depends on DT_HAS_TI_DAVINCI_GPIO_ENABLED
select PINCTRL
help
Enable the Davinci GPIO controller support.