From a63b3e185e7807e60e965245d46f8a49f59dd61e Mon Sep 17 00:00:00 2001 From: Peng Fan Date: Tue, 4 Nov 2025 18:05:58 +0800 Subject: [PATCH] imx8mq: Enable remoteproc for i.MX8MQ EVK Select configs to enable remoteproc for i.MX8MQ EVK Reviewed-by: Ye Li Signed-off-by: Peng Fan --- arch/arm/mach-imx/imx8m/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/mach-imx/imx8m/Kconfig b/arch/arm/mach-imx/imx8m/Kconfig index 0584dcb580f..030ed2f0633 100644 --- a/arch/arm/mach-imx/imx8m/Kconfig +++ b/arch/arm/mach-imx/imx8m/Kconfig @@ -67,6 +67,10 @@ config TARGET_IMX8MQ_EVK select FSL_CAAM select ARCH_MISC_INIT select SPL_CRYPTO if SPL + select CMD_REMOTEPROC + select REMOTEPROC_IMX + select REGMAP + select SYSCON imply OF_UPSTREAM imply BOOTSTD_FULL imply BOOTSTD_BOOTCOMMAND -- 2.47.3