aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Walleij <[email protected]>2024-06-18 13:26:07 +0200
committerLinus Walleij <[email protected]>2024-06-18 13:36:57 +0200
commit41f60a627e64b79e441687d77149cf6b0eda6bd0 (patch)
tree324b29648681e0f7375bdc0bd4d84692e42a0893
parentd81889c15871f350b213566a43f09943f93fb706 (diff)
pinctrl: freescale: Select missing features
Fix the compile problem for pinctrl-imx-scmi by selecting the right core features so the symbols resolve. Fixes: 1e37f761d016 ("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]>
-rw-r--r--drivers/pinctrl/freescale/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/pinctrl/freescale/Kconfig b/drivers/pinctrl/freescale/Kconfig
index bdc40332f93a..3b59d7189004 100644
--- a/drivers/pinctrl/freescale/Kconfig
+++ b/drivers/pinctrl/freescale/Kconfig
@@ -12,6 +12,8 @@ config PINCTRL_IMX_SCMI
depends on ARM_SCMI_PROTOCOL && OF || COMPILE_TEST
select PINMUX
select GENERIC_PINCONF
+ select GENERIC_PINCTRL_GROUPS
+ select GENERIC_PINMUX_FUNCTIONS
help
i.MX95 SCMI firmware provides pinctrl protocol. This driver
utilizes the SCMI interface to do pinctrl configuration.