Re: [PATCH v4 09/15] remoteproc: qcom: Select QCOM_PAS generic service
Sumit Garg via OP-TEE <[email protected]> Fri, 1 May 2026 19:38:55 +0530
| Newsgroups | org.trustedfirmware.lists.op-tee,org.freedesktop.lists.dri-devel,org.infradead.lists.ath12k,org.kernel.vger.linux-arm-msm,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-media,org.kernel.vger.linux-remoteproc,org.kernel.vger.linux-wireless,org.kernel.vger.netdev |
|---|---|
| Message-ID | <afSz9ymNrtlEjyDU@sumit-xelite> |
On Wed, Apr 29, 2026 at 07:22:57PM +0530, Mukesh Ojha wrote: > On Mon, Apr 27, 2026 at 03:25:57PM +0530, Sumit Garg wrote: > > From: Sumit Garg <[email protected]> > > > > Select PAS generic service driver to enable support for multiple PAS > > backends like OP-TEE in addition to SCM. > > > > Signed-off-by: Sumit Garg <[email protected]> > > --- > > drivers/remoteproc/Kconfig | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/remoteproc/Kconfig b/drivers/remoteproc/Kconfig > > index ee54436fea5a..da3c5d9562ea 100644 > > --- a/drivers/remoteproc/Kconfig > > +++ b/drivers/remoteproc/Kconfig > > @@ -230,6 +230,7 @@ config QCOM_Q6V5_PAS > > select QCOM_Q6V5_COMMON > > select QCOM_RPROC_COMMON > > select QCOM_SCM > > Check do we really need SCM now ? For WCNSS we don't need, I will drop there but others have SCM memory assign needs. > Why not the change for WCNSS, MSS ? Ack, I will change for them too. -Sumit > > > + select QCOM_PAS > > help > > Say y here to support the TrustZone based Peripheral Image Loader for > > the Qualcomm remote processors. This is commonly used to control > > > > -- > > 2.51.0 > > > > -- > -Mukesh Ojha >