From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: remoteproc: qcom: Select QCOM_PAS generic service Date: Mon, 25 May 2026 18:55:31 +1000 Message-ID: In-Reply-To: <20260522115936.201208-9-sumit.garg@kernel.org> References: <20260522115936.201208-1-sumit.garg@kernel.org> <20260522115936.201208-9-sumit.garg@kernel.org> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review Kconfig changes to select QCOM_PAS for the three remoteproc drivers. **QCOM_WCNSS_PIL changes from `select QCOM_SCM` to `select QCOM_PAS`**: This is correct since patch 7 removed all SCM API usage from qcom_wcnss.c. The other two (QCOM_Q6V5_MSS, QCOM_Q6V5_PAS) add `select QCOM_PAS` while keeping `select QCOM_SCM` since they still use other SCM APIs. No issues. --- Generated by Claude Code Patch Reviewer