Skip to content

Commit 6b1f864

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/smbus/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ menuconfig SMBUS_STM32
8282
default y
8383
depends on DT_HAS_ST_STM32_SMBUS_ENABLED
8484
depends on I2C_STM32
85+
select PINCTRL
8586
help
8687
Enable STM32 SMBus driver.
8788

0 commit comments

Comments
 (0)