diff --git a/drivers/crypto/rockchip/Kconfig b/drivers/crypto/rockchip/Kconfig index b7402e8a5e60..f0527e1c854d 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/RK3562" - default y if CPU_RV1106 || CPU_RK3528 || CPU_RK3562 + bool "crypto v3/v4 for RV1106/RK3528/RK3562/RK3576" + default y if CPU_RV1106 || CPU_RK3528 || CPU_RK3562 || CPU_RK3576 endif