mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-17 02:08:38 +00:00
b9eebfade9
SHA-256 and SHA-1 accelerated using SEC hardware in Freescale SoC's The driver for SEC (CAAM) IP is based on linux drivers/crypto/caam. The platforms needto add the MACRO CONFIG_FSL_CAAM inorder to enable initialization of this hardware IP. Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
9 lines
176 B
Makefile
9 lines
176 B
Makefile
#
|
|
# Copyright (c) 2013 Samsung Electronics Co., Ltd.
|
|
# http://www.samsung.com
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-$(CONFIG_EXYNOS_ACE_SHA) += ace_sha.o
|
|
obj-y += fsl/
|