diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index eab2cf7a0269..e54185223c8c 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -252,4 +252,21 @@ config CRYPTO_DEV_OMAP_AES | |||
252 | OMAP processors have AES module accelerator. Select this if you | 252 | OMAP processors have AES module accelerator. Select this if you |
253 | want to use the OMAP module for AES algorithms. | 253 | want to use the OMAP module for AES algorithms. |
254 | 254 | ||
255 | config CRYPTO_DEV_PICOXCELL | ||
256 | tristate "Support for picoXcell IPSEC and Layer2 crypto engines" | ||
257 | depends on ARCH_PICOXCELL | ||
258 | select CRYPTO_AES | ||
259 | select CRYPTO_AUTHENC | ||
260 | select CRYPTO_ALGAPI | ||
261 | select CRYPTO_DES | ||
262 | select CRYPTO_CBC | ||
263 | select CRYPTO_ECB | ||
264 | select CRYPTO_SEQIV | ||
265 | help | ||
266 | This option enables support for the hardware offload engines in the | ||
267 | Picochip picoXcell SoC devices. Select this for IPSEC ESP offload | ||
268 | and for 3gpp Layer 2 ciphering support. | ||
269 | |||
270 | Saying m here will build a module named pipcoxcell_crypto. | ||
271 | |||
255 | endif # CRYPTO_HW | 272 | endif # CRYPTO_HW |