2019-05-19 15:07:45 +03:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2017-02-07 17:51:13 +03:00
|
|
|
#
|
|
|
|
# Cavium crypto device configuration
|
|
|
|
#
|
|
|
|
|
|
|
|
config CRYPTO_DEV_CPT
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config CAVIUM_CPT
|
|
|
|
tristate "Cavium Cryptographic Accelerator driver"
|
2017-02-14 20:07:31 +03:00
|
|
|
depends on ARCH_THUNDER || COMPILE_TEST
|
|
|
|
depends on PCI_MSI && 64BIT
|
2017-02-07 17:51:13 +03:00
|
|
|
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.
|