Hello Peng, On Thu, Jan 29, 2026 at 06:25:00PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan <[email protected]> > > Select remoteproc related configs for i.MX95 EVK to support manage CM7 > using 'rproc' cmd with steps as below: > > load mmc 1:2 ${loadaddr} imx95-15x15-evk_m7_TCM_rpmsg_lite_str_echo_rtos.elf > rproc load 0 ${loadaddr} ${filesize} > rproc start 0 > > Signed-off-by: Peng Fan <[email protected]> > --- > arch/arm/mach-imx/imx9/Kconfig | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/arch/arm/mach-imx/imx9/Kconfig b/arch/arm/mach-imx/imx9/Kconfig > index d9f97e4328c..7051e086072 100644 > --- a/arch/arm/mach-imx/imx9/Kconfig > +++ b/arch/arm/mach-imx/imx9/Kconfig > @@ -134,6 +134,12 @@ config TARGET_IMX95_19X19_EVK > imply BOOTSTD_BOOTCOMMAND > imply BOOTSTD_FULL > imply OF_UPSTREAM > + select CMD_REMOTEPROC > + select REMOTEPROC_IMX > + select REGMAP > + select SYSCON > + select IMX_SM_LMM > + select IMX_SM_CPU
Why doing this with a select in the Kconfig? I would expect either - you enable what you need in the defconfig - you add the select to the imx95 soc Francesco

