Skip to content

Commit 41f60a6

Browse files
committed
pinctrl: freescale: Select missing features
Fix the compile problem for pinctrl-imx-scmi by selecting the right core features so the symbols resolve. Fixes: 1e37f76 ("pinctrl: imx: support SCMI pinctrl protocol for i.MX95") Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Link: https://lore.kernel.org/[email protected] Signed-off-by: Linus Walleij <[email protected]>
1 parent d81889c commit 41f60a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/pinctrl/freescale/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ config PINCTRL_IMX_SCMI
1212
depends on ARM_SCMI_PROTOCOL && OF || COMPILE_TEST
1313
select PINMUX
1414
select GENERIC_PINCONF
15+
select GENERIC_PINCTRL_GROUPS
16+
select GENERIC_PINMUX_FUNCTIONS
1517
help
1618
i.MX95 SCMI firmware provides pinctrl protocol. This driver
1719
utilizes the SCMI interface to do pinctrl configuration.

0 commit comments

Comments
 (0)