Kconfig (dd0a11815a339d6deeea8357574f8126a8404c92) Kconfig (f114766088f352a47f57307ff927b815e0239644)
1
2menuconfig CRYPTO_HW
3 bool "Hardware crypto devices"
4 default y
5 ---help---
6 Say Y here to get to see options for hardware crypto devices and
7 processors. This option alone does not add any kernel code.
8

--- 385 unchanged lines hidden (view full) ---

394 Some Atmel processors have SHA1/SHA224/SHA256/SHA384/SHA512
395 hw accelerator.
396 Select this if you want to use the Atmel module for
397 SHA1/SHA224/SHA256/SHA384/SHA512 algorithms.
398
399 To compile this driver as a module, choose M here: the module
400 will be called atmel-sha.
401
1
2menuconfig CRYPTO_HW
3 bool "Hardware crypto devices"
4 default y
5 ---help---
6 Say Y here to get to see options for hardware crypto devices and
7 processors. This option alone does not add any kernel code.
8

--- 385 unchanged lines hidden (view full) ---

394 Some Atmel processors have SHA1/SHA224/SHA256/SHA384/SHA512
395 hw accelerator.
396 Select this if you want to use the Atmel module for
397 SHA1/SHA224/SHA256/SHA384/SHA512 algorithms.
398
399 To compile this driver as a module, choose M here: the module
400 will be called atmel-sha.
401
402config CRYPTO_DEV_CCP
403 bool "Support for AMD Cryptographic Coprocessor"
404 depends on X86
405 default n
406 help
407 The AMD Cryptographic Coprocessor provides hardware support
408 for encryption, hashing and related operations.
409
410if CRYPTO_DEV_CCP
411 source "drivers/crypto/ccp/Kconfig"
412endif
413
402endif # CRYPTO_HW
414endif # CRYPTO_HW