You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
9e2c7d9994
Enable the Physical Function driver for the Cavium Crypto Engine (CPT) found in Octeon-tx series of SoC's. CPT is the Cryptographic Accelaration Unit. CPT includes microcoded GigaCypher symmetric engines (SEs) and asymmetric engines (AEs). Signed-off-by: George Cherian <george.cherian@cavium.com> Reviewed-by: David Daney <david.daney@cavium.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
17 lines
323 B
Plaintext
17 lines
323 B
Plaintext
#
|
|
# Cavium crypto device configuration
|
|
#
|
|
|
|
config CRYPTO_DEV_CPT
|
|
tristate
|
|
|
|
config CAVIUM_CPT
|
|
tristate "Cavium Cryptographic Accelerator driver"
|
|
depends on ARCH_THUNDER
|
|
select CRYPTO_DEV_CPT
|
|
help
|
|
Support for Cavium CPT block found in octeon-tx series of
|
|
processors.
|
|
|
|
To compile this as a module, choose M here.
|