]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
pinctrl: stm32: fix HDP driver dependency on GPIO_GENERIC
authorAmelie Delaunay <amelie.delaunay@foss.st.com>
Tue, 17 Mar 2026 10:06:54 +0000 (11:06 +0100)
committerLinus Walleij <linusw@kernel.org>
Thu, 19 Mar 2026 15:44:45 +0000 (16:44 +0100)
commitc8cfeb4b9dda2cdfce79519aee4aaff16310a7b6
tree1e1b6131a6a85a93b2ff00ae24c02a00b46b5f00
parent4819c64e61779a77abac552558803e546657bdb5
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: 4bcff9c05b9d ("pinctrl: stm32: use new generic GPIO chip API")
Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/stm32/Kconfig