Skip to content

Commit 379fa75

Browse files
Alain Volmatkartben
authored andcommitted
drivers: i3c: stm32: add select PINCTRL
stm32 i3c driver is relying on the pinctrl framework hence select CONFIG_PINCTRL to ensure proper build. Signed-off-by: Alain Volmat <[email protected]>
1 parent 5017279 commit 379fa75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i3c/Kconfig.stm32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ config I3C_STM32
1010
bool "STM32 I3C driver support"
1111
depends on DT_HAS_ST_STM32_I3C_ENABLED
1212
select I3C_IBI_WORKQUEUE if I3C_USE_IBI
13+
select PINCTRL
1314
default y
1415
help
1516
Enable support for I3C on STM32 microcontrollers.

0 commit comments

Comments
 (0)