Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / drivers / crypto / cavium / cpt / Kconfig
blobcbd51b1aa046d48fcfa12f390c0678586c6363d0
2 # Cavium crypto device configuration
5 config CRYPTO_DEV_CPT
6         tristate
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.
17           To compile this as a module, choose M here.