mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
1e8b4c307a
PD#SWPL-71764 Problem: Need to bringup amlogic crypto driver for kernel 5.15. Solution: 1. Bringup amlogic crypto driver 2. Enable SHA1, DES, and ECB if they are disabled by default. 3. Merged from 5.4 and 5.10 Verify: 1. Built-in driver on C2_AF400 2. GKI driver on S4D AP_222 Change-Id: I62487e615930070233c3a6b4a41b66edddf6f783 Signed-off-by: Mingyen Hung <mingyen.hung@amlogic.com>
18 lines
421 B
Plaintext
18 lines
421 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
menu "Amlogic Crypto Support"
|
|
|
|
config AMLOGIC_CRYPTO_DMA
|
|
tristate "amlogic HW CRYPTO module based on DMA"
|
|
depends on CRYPTO_ALGAPI
|
|
depends on CRYPTO_SKCIPHER
|
|
depends on CRYPTO_HASH
|
|
default n
|
|
help
|
|
New Crypto DMA engine starting from S905-X
|
|
Current supported Socs are S905-X, S905-D, S912
|
|
Drivers using new dma engine are in file name
|
|
such aml-xxx-dma.c
|
|
|
|
endmenu
|