diff mbox series

pinctrl: freescale: Select missing features

Message ID 20240618-imx-scmi-generic-v1-1-67808a48beac@linaro.org
State New
Headers show
Series pinctrl: freescale: Select missing features | expand

Commit Message

Linus Walleij June 18, 2024, 11:26 a.m. UTC
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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202406172317.Sds860AS-lkp@intel.com/
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/pinctrl/freescale/Kconfig | 2 ++
 1 file changed, 2 insertions(+)


---
base-commit: d81889c15871f350b213566a43f09943f93fb706
change-id: 20240618-imx-scmi-generic-fbebb10dd48a

Best regards,

Comments

Fabio Estevam June 18, 2024, 11:41 a.m. UTC | #1
On Tue, Jun 18, 2024 at 8:26 AM Linus Walleij <linus.walleij@linaro.org> wrote:
>
> 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 <lkp@intel.com>
> Closes: https://lore.kernel.org/oe-kbuild-all/202406172317.Sds860AS-lkp@intel.com/
> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

Reviewed-by: Fabio Estevam <festevam@gmail.com>
diff mbox series

Patch

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.