From: Francesco Dolcini <francesco@dolcini.it>
To: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
Cc: "NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
u-boot@lists.denx.de, Stefano Babic <sbabic@nabladev.com>,
Fabio Estevam <festevam@gmail.com>, Ye Li <ye.li@nxp.com>,
Alice Guo <alice.guo@nxp.com>, Peng Fan <peng.fan@nxp.com>
Subject: Re: [PATCH 4/4] imx9: Kconfig: Enable remoteproc for i.MX95 EVK
Date: Thu, 29 Jan 2026 11:01:33 +0100 [thread overview]
Message-ID: <20260129100133.GA30853@francesco-nb> (raw)
In-Reply-To: <20260129-imx95-rproc-v1-4-035b2dbf3e57@nxp.com>
Hello Peng,
On Thu, Jan 29, 2026 at 06:25:00PM +0800, Peng Fan (OSS) wrote:
> From: Peng Fan <peng.fan@nxp.com>
>
> 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 <peng.fan@nxp.com>
> ---
> 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
next prev parent reply other threads:[~2026-01-29 10:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-29 10:24 [PATCH 0/4] remoteproc: support i.MX95 Peng Fan (OSS)
2026-01-29 10:24 ` [PATCH 1/4] remoteproc: imx: Support ECC initialization Peng Fan (OSS)
2026-01-29 10:24 ` [PATCH 2/4] remoteproc: imx: Add i.MX95 support Peng Fan (OSS)
2026-01-29 10:24 ` [PATCH 3/4] arm: dts: imx95: Add cm7 node Peng Fan (OSS)
2026-01-29 10:08 ` Fabio Estevam
2026-01-30 2:00 ` Peng Fan
2026-01-29 10:25 ` [PATCH 4/4] imx9: Kconfig: Enable remoteproc for i.MX95 EVK Peng Fan (OSS)
2026-01-29 10:01 ` Francesco Dolcini [this message]
2026-01-30 2:06 ` Peng Fan
2026-01-31 7:26 ` Francesco Dolcini
2026-01-31 12:37 ` Fabio Estevam
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260129100133.GA30853@francesco-nb \
--to=francesco@dolcini.it \
--cc=alice.guo@nxp.com \
--cc=festevam@gmail.com \
--cc=peng.fan@nxp.com \
--cc=peng.fan@oss.nxp.com \
--cc=sbabic@nabladev.com \
--cc=u-boot@lists.denx.de \
--cc=uboot-imx@nxp.com \
--cc=ye.li@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox