Skip to content

Commit c8cfeb4

Browse files
ADESTMlinusw
authored andcommitted
pinctrl: stm32: fix HDP driver dependency on GPIO_GENERIC
The HDP driver uses the generic GPIO chip API, but this configuration may not be enabled. Ensure it is enabled by selecting the appropriate option. Fixes: 4bcff9c ("pinctrl: stm32: use new generic GPIO chip API") Signed-off-by: Amelie Delaunay <[email protected]> Signed-off-by: Linus Walleij <[email protected]>
1 parent 4819c64 commit c8cfeb4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/pinctrl/stm32/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ config PINCTRL_STM32_HDP
6565
select PINMUX
6666
select GENERIC_PINCONF
6767
select GPIOLIB
68+
select GPIO_GENERIC
6869
help
6970
The Hardware Debug Port allows the observation of internal signals.
7071
It uses configurable multiplexer to route signals in a dedicated observation register.

0 commit comments

Comments
 (0)