xref: /optee_os/core/drivers/crypto/asu_driver/crypto.mk (revision 74ddb42edbe0ea886661c62476bac147ad3141aa)
1# SPDX-License-Identifier: BSD-2-Clause
2#
3# Copyright (c) 2025-2026, Advanced Micro Devices, Inc. All rights reserved.
4#
5#
6
7ifeq ($(CFG_AMD_ASU_SUPPORT),y)
8# Enable the crypto driver
9$(call force,CFG_CRYPTO_DRIVER,y)
10CFG_CRYPTO_DRIVER_DEBUG ?= 0
11$(call force,CFG_CRYPTO_DRV_HASH,y)
12
13endif
14