Re: [PATCH v1] scsi: ufs: Fix RPMB link error by reversing Kconfig dependencies
From: Bart Van Assche
Date: Tue Dec 02 2025 - 19:04:40 EST
On 12/2/25 5:51 AM, Bean Huo wrote:
Fix by reversing the dependency:
- Remove 'depends on MMC || SCSI_UFSHCD' from RPMB Kconfig
- Add 'depends on RPMB || !RPMB' to SCSI_UFSHCD Kconfig
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>