GNU Linux-libre 4.14.332-gnu1
[releases.git] / drivers / crypto / cavium / cpt / Kconfig
1 #
2 # Cavium crypto device configuration
3 #
4
5 config CRYPTO_DEV_CPT
6         tristate
7
8 config CAVIUM_CPT
9         tristate "Cavium Cryptographic Accelerator driver"
10         depends on ARCH_THUNDER || COMPILE_TEST
11         depends on PCI_MSI && 64BIT
12         select CRYPTO_DEV_CPT
13         help
14           Support for Cavium CPT block found in octeon-tx series of
15           processors.
16
17           To compile this as a module, choose M here.