From: Quanyang Wang <quanyang.w...@windriver.com>

The driver zynqmp-sha.c calls the function "__flush_cache_user_range"
which is arm64 specific, and it will break compilation in other ARCHs.

So drop COMPILE_TEST from Kconfig.

Signed-off-by: Quanyang Wang <quanyang.w...@windriver.com>
---
 drivers/crypto/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig
index 892ad18ff04bb..5c3e72e5a9845 100644
--- a/drivers/crypto/Kconfig
+++ b/drivers/crypto/Kconfig
@@ -763,7 +763,7 @@ config CRYPTO_DEV_ROCKCHIP
 
 config CRYPTO_DEV_ZYNQMP_SHA3
        tristate "Support for Xilinx ZynqMP SHA3 hw accelerator"
-       depends on ARCH_ZYNQMP || COMPILE_TEST
+       depends on ARCH_ZYNQMP
        select CRYPTO_HASH
        help
          Xilinx processors have SHA384 engine used for calculation
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#10101): 
https://lists.yoctoproject.org/g/linux-yocto/message/10101
Mute This Topic: https://lists.yoctoproject.org/mt/84148459/21656
Group Owner: linux-yocto+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to