Skip to content

Commit fd041a7

Browse files
Alain Volmatkartben
authored andcommitted
drivers: clock: stm32-mco: add missing select PINCTRL
stm32 mco clock driver is relying on the pinctrl framework for configuring the MCO pin hence select CONFIG_PINCTRL to allow proper build. Signed-off-by: Alain Volmat <[email protected]>
1 parent 14525b9 commit fd041a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clock_control/Kconfig.stm32

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ endmenu # DT_HAS_ST_STM32WB0_LSI_CLOCK_ENABLED
9999
config CLOCK_STM32_MCO
100100
bool
101101
default y
102+
select PINCTRL
102103
depends on DT_HAS_ST_STM32_CLOCK_MCO_ENABLED || DT_HAS_ST_STM32F1_CLOCK_MCO_ENABLED
103104
help
104105
Allows to output various different clock sources onto the MCO pin

0 commit comments

Comments
 (0)