xref: /optee_os/core/drivers/crypto/asu_driver/crypto.mk (revision 490a7e090fa3f6e8c4c95eb36ae232e133d2bfda)
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