1# 2# Cavium crypto device configuration 3# 4 5config CRYPTO_DEV_CPT 6 tristate 7 8config 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. 18