Kconfig (d4263348f796f29546f90802177865dd4379dd0a) Kconfig (701d0f1940925d40f6b8a40f6c278d14be71402b)
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

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

257 tristate "Support for OMAP AES hw engine"
258 depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP2PLUS
259 select CRYPTO_AES
260 select CRYPTO_BLKCIPHER2
261 help
262 OMAP processors have AES module accelerator. Select this if you
263 want to use the OMAP module for AES algorithms.
264
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

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

257 tristate "Support for OMAP AES hw engine"
258 depends on ARCH_OMAP2 || ARCH_OMAP3 || ARCH_OMAP2PLUS
259 select CRYPTO_AES
260 select CRYPTO_BLKCIPHER2
261 help
262 OMAP processors have AES module accelerator. Select this if you
263 want to use the OMAP module for AES algorithms.
264
265config CRYPTO_DEV_OMAP_DES
266 tristate "Support for OMAP DES3DES hw engine"
267 depends on ARCH_OMAP2PLUS
268 select CRYPTO_DES
269 select CRYPTO_BLKCIPHER2
270 help
271 OMAP processors have DES/3DES module accelerator. Select this if you
272 want to use the OMAP module for DES and 3DES algorithms. Currently
273 the ECB and CBC modes of operation supported by the driver. Also
274 accesses made on unaligned boundaries are also supported.
275
265config CRYPTO_DEV_PICOXCELL
266 tristate "Support for picoXcell IPSEC and Layer2 crypto engines"
267 depends on ARCH_PICOXCELL && HAVE_CLK
268 select CRYPTO_AES
269 select CRYPTO_AUTHENC
270 select CRYPTO_ALGAPI
271 select CRYPTO_DES
272 select CRYPTO_CBC

--- 149 unchanged lines hidden ---
276config CRYPTO_DEV_PICOXCELL
277 tristate "Support for picoXcell IPSEC and Layer2 crypto engines"
278 depends on ARCH_PICOXCELL && HAVE_CLK
279 select CRYPTO_AES
280 select CRYPTO_AUTHENC
281 select CRYPTO_ALGAPI
282 select CRYPTO_DES
283 select CRYPTO_CBC

--- 149 unchanged lines hidden ---