staging: rtl8188eu: cleanup comments in update_hw_ht_param
[linux/fpc-iii.git] / drivers / crypto / cavium / cpt / Kconfig
blobb9874058d4fade18d2ca800c8ecef11da20ee9f9
1 # SPDX-License-Identifier: GPL-2.0-only
3 # Cavium crypto device configuration
6 config CRYPTO_DEV_CPT
7         tristate
9 config CAVIUM_CPT
10         tristate "Cavium Cryptographic Accelerator driver"
11         depends on ARCH_THUNDER || COMPILE_TEST
12         depends on PCI_MSI && 64BIT
13         select CRYPTO_DEV_CPT
14         help
15           Support for Cavium CPT block found in octeon-tx series of
16           processors.
18           To compile this as a module, choose M here.