Kconfig (06a691e64b11323a735db3c3bd909d3c0712698f) | Kconfig (433cd2c617bfbac27a02e40fbcce1713c84ce441) |
---|---|
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 --- 364 unchanged lines hidden (view full) --- 373 tristate "Support for Blackfin CRC hardware" 374 depends on BF60x 375 help 376 Newer Blackfin processors have CRC hardware. Select this if you 377 want to use the Blackfin CRC module. 378 379config CRYPTO_DEV_ATMEL_AES 380 tristate "Support for Atmel AES hw accelerator" | 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 --- 364 unchanged lines hidden (view full) --- 373 tristate "Support for Blackfin CRC hardware" 374 depends on BF60x 375 help 376 Newer Blackfin processors have CRC hardware. Select this if you 377 want to use the Blackfin CRC module. 378 379config CRYPTO_DEV_ATMEL_AES 380 tristate "Support for Atmel AES hw accelerator" |
381 depends on ARCH_AT91 | 381 depends on AT_XDMAC || AT_HDMAC || COMPILE_TEST |
382 select CRYPTO_AES 383 select CRYPTO_BLKCIPHER | 382 select CRYPTO_AES 383 select CRYPTO_BLKCIPHER |
384 select AT_HDMAC | |
385 help 386 Some Atmel processors have AES hw accelerator. 387 Select this if you want to use the Atmel module for 388 AES algorithms. 389 390 To compile this driver as a module, choose M here: the module 391 will be called atmel-aes. 392 --- 100 unchanged lines hidden (view full) --- 493 Some Allwinner SoC have a crypto accelerator named 494 Security System. Select this if you want to use it. 495 The Security System handle AES/DES/3DES ciphers in CBC mode 496 and SHA1 and MD5 hash algorithms. 497 498 To compile this driver as a module, choose M here: the module 499 will be called sun4i-ss. 500 | 384 help 385 Some Atmel processors have AES hw accelerator. 386 Select this if you want to use the Atmel module for 387 AES algorithms. 388 389 To compile this driver as a module, choose M here: the module 390 will be called atmel-aes. 391 --- 100 unchanged lines hidden (view full) --- 492 Some Allwinner SoC have a crypto accelerator named 493 Security System. Select this if you want to use it. 494 The Security System handle AES/DES/3DES ciphers in CBC mode 495 and SHA1 and MD5 hash algorithms. 496 497 To compile this driver as a module, choose M here: the module 498 will be called sun4i-ss. 499 |
500config CRYPTO_DEV_ROCKCHIP 501 tristate "Rockchip's Cryptographic Engine driver" 502 depends on OF && ARCH_ROCKCHIP 503 select CRYPTO_AES 504 select CRYPTO_DES 505 select CRYPTO_BLKCIPHER 506 507 help 508 This driver interfaces with the hardware crypto accelerator. 509 Supporting cbc/ecb chainmode, and aes/des/des3_ede cipher mode. 510 |
|
501endif # CRYPTO_HW | 511endif # CRYPTO_HW |