diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 6373fa0ddb65..1092a770482e 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -314,4 +314,15 @@ config CRYPTO_DEV_NX | |||
314 | module supports acceleration for AES and SHA2 algorithms. If you | 314 | module supports acceleration for AES and SHA2 algorithms. If you |
315 | choose 'M' here, this module will be called nx_crypto. | 315 | choose 'M' here, this module will be called nx_crypto. |
316 | 316 | ||
317 | config CRYPTO_DEV_UX500 | ||
318 | tristate "Driver for ST-Ericsson UX500 crypto hardware acceleration" | ||
319 | depends on ARCH_U8500 | ||
320 | select CRYPTO_ALGAPI | ||
321 | help | ||
322 | Driver for ST-Ericsson UX500 crypto engine. | ||
323 | |||
324 | if CRYPTO_DEV_UX500 | ||
325 | source "drivers/crypto/ux500/Kconfig" | ||
326 | endif # if CRYPTO_DEV_UX500 | ||
327 | |||
317 | endif # CRYPTO_HW | 328 | endif # CRYPTO_HW |