Kconfig (cc9b94029e9ef51787af908e9856b1eed314bc00) Kconfig (dbaf0624ffa57ae6e7d87a823185ccd9a7852d3c)
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

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

550 select CRYPTO_BLKCIPHER
551
552 help
553 This driver interfaces with the hardware crypto accelerator.
554 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
555
556source "drivers/crypto/chelsio/Kconfig"
557
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

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

550 select CRYPTO_BLKCIPHER
551
552 help
553 This driver interfaces with the hardware crypto accelerator.
554 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode.
555
556source "drivers/crypto/chelsio/Kconfig"
557
558source "drivers/crypto/virtio/Kconfig"
559
558endif # CRYPTO_HW
560endif # CRYPTO_HW