Kconfig (da733563be5a9da26fe81d9f007262d00b846e22) | Kconfig (f1df57d02a0f83e764b4dc9187f58665d70f190e) |
---|---|
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 --- 279 unchanged lines hidden (view full) --- 288 select CRYPTO_AES 289 select CRYPTO_ALGAPI 290 select CRYPTO_BLKCIPHER 291 help 292 This option allows you to have support for S5P crypto acceleration. 293 Select this to offload Samsung S5PV210 or S5PC110 from AES 294 algorithms execution. 295 | 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 --- 279 unchanged lines hidden (view full) --- 288 select CRYPTO_AES 289 select CRYPTO_ALGAPI 290 select CRYPTO_BLKCIPHER 291 help 292 This option allows you to have support for S5P crypto acceleration. 293 Select this to offload Samsung S5PV210 or S5PC110 from AES 294 algorithms execution. 295 |
296config CRYPTO_DEV_TEGRA_AES 297 tristate "Support for TEGRA AES hw engine" 298 depends on ARCH_TEGRA 299 select CRYPTO_AES 300 help 301 TEGRA processors have AES module accelerator. Select this if you 302 want to use the TEGRA module for AES algorithms. 303 304 To compile this driver as a module, choose M here: the module 305 will be called tegra-aes. 306 |
|
296endif # CRYPTO_HW | 307endif # CRYPTO_HW |