From c67c8fc5b3cc15dc31d7a20ac9ddb439c4a1f7a0 Mon Sep 17 00:00:00 2001 From: Nickey Yang Date: Wed, 1 Feb 2023 17:52:02 +0800 Subject: [PATCH] crypto: rockchip: Kconfig: select crypto v3 if RK3562 Change-Id: I3d22fa8a12d77c77b32f65e249300817d4fc862b Signed-off-by: Nickey Yang --- drivers/crypto/rockchip/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/crypto/rockchip/Kconfig b/drivers/crypto/rockchip/Kconfig index 94824c8b7ec4..b7402e8a5e60 100644 --- a/drivers/crypto/rockchip/Kconfig +++ b/drivers/crypto/rockchip/Kconfig @@ -10,8 +10,8 @@ config CRYPTO_DEV_ROCKCHIP_V2 default y if CPU_RV1126 || CPU_RK1808 || CPU_RK3308 || CPU_PX30 || CPU_RK3568 || CPU_RK3588 config CRYPTO_DEV_ROCKCHIP_V3 - bool "crypto v3/v4 for RV1106/RK3528" - default y if CPU_RV1106 || CPU_RK3528 + bool "crypto v3/v4 for RV1106/RK3528/RK3562" + default y if CPU_RV1106 || CPU_RK3528 || CPU_RK3562 endif