net/mlx4: Postpone the registration of net_device
[deliverable/linux.git] / drivers / crypto / qat / Kconfig
1 config CRYPTO_DEV_QAT
2 tristate
3 select CRYPTO_AEAD
4 select CRYPTO_AUTHENC
5 select CRYPTO_BLKCIPHER
6 select CRYPTO_HMAC
7 select CRYPTO_SHA1
8 select CRYPTO_SHA256
9 select CRYPTO_SHA512
10 select FW_LOADER
11
12 config CRYPTO_DEV_QAT_DH895xCC
13 tristate "Support for Intel(R) DH895xCC"
14 depends on X86 && PCI
15 select CRYPTO_DEV_QAT
16 help
17 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
18 for accelerating crypto and compression workloads.
19
20 To compile this as a module, choose M here: the module
21 will be called qat_dh895xcc.
This page took 0.029855 seconds and 5 git commands to generate.