From: Manivannan Sadhasivam Date: Thu, 30 Oct 2025 09:55:09 +0000 (+0530) Subject: arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f37788adedd2da5475d6b1786295c07faf3d718;p=thirdparty%2Fkernel%2Fstable.git arm64: defconfig: Enable SCSI UFS Crypto and Block Inline encryption drivers These drivers will allow using the crypto functionalities of the UFS device, like Inline Crypto Encryption. Both of these drivers are of type 'bool', so they cannot be built as modules. Signed-off-by: Manivannan Sadhasivam Signed-off-by: Manivannan Sadhasivam Link: https://lore.kernel.org/r/20251030095509.5877-1-manivannan.sadhasivam@oss.qualcomm.com Signed-off-by: Bjorn Andersson --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 207475bf8507..94b2ecab4d7a 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1248,6 +1248,8 @@ CONFIG_SCSI_UFS_RENESAS=m CONFIG_SCSI_UFS_TI_J721E=m CONFIG_SCSI_UFS_EXYNOS=y CONFIG_SCSI_UFS_ROCKCHIP=y +CONFIG_BLK_INLINE_ENCRYPTION=y +CONFIG_SCSI_UFS_CRYPTO=y CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y CONFIG_LEDS_CLASS_FLASH=m