diff options
Diffstat (limited to 'drivers/crypto/Kconfig')
-rw-r--r-- | drivers/crypto/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/crypto/Kconfig b/drivers/crypto/Kconfig index 1092a770482..dd4d5af6c31 100644 --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig | |||
@@ -325,4 +325,11 @@ if CRYPTO_DEV_UX500 | |||
325 | source "drivers/crypto/ux500/Kconfig" | 325 | source "drivers/crypto/ux500/Kconfig" |
326 | endif # if CRYPTO_DEV_UX500 | 326 | endif # if CRYPTO_DEV_UX500 |
327 | 327 | ||
328 | config CRYPTO_DEV_BFIN_CRC | ||
329 | tristate "Support for Blackfin CRC hardware" | ||
330 | depends on BF60x | ||
331 | help | ||
332 | Newer Blackfin processors have CRC hardware. Select this if you | ||
333 | want to use the Blackfin CRC module. | ||
334 | |||
328 | endif # CRYPTO_HW | 335 | endif # CRYPTO_HW |