256-crypto_add_kconfig_prompts.patch 886 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. --- a/crypto/Kconfig
  2. +++ b/crypto/Kconfig
  3. @@ -32,7 +32,7 @@ config CRYPTO_FIPS
  4. this is.
  5. config CRYPTO_ALGAPI
  6. - tristate
  7. + tristate "ALGAPI"
  8. select CRYPTO_ALGAPI2
  9. help
  10. This option provides the API for cryptographic algorithms.
  11. @@ -41,7 +41,7 @@ config CRYPTO_ALGAPI2
  12. tristate
  13. config CRYPTO_AEAD
  14. - tristate
  15. + tristate "AEAD"
  16. select CRYPTO_AEAD2
  17. select CRYPTO_ALGAPI
  18. @@ -52,7 +52,7 @@ config CRYPTO_AEAD2
  19. select CRYPTO_RNG2
  20. config CRYPTO_BLKCIPHER
  21. - tristate
  22. + tristate "BLKCIPHER"
  23. select CRYPTO_BLKCIPHER2
  24. select CRYPTO_ALGAPI
  25. @@ -63,7 +63,7 @@ config CRYPTO_BLKCIPHER2
  26. select CRYPTO_WORKQUEUE
  27. config CRYPTO_HASH
  28. - tristate
  29. + tristate "HASH"
  30. select CRYPTO_HASH2
  31. select CRYPTO_ALGAPI
  32. @@ -72,7 +72,7 @@ config CRYPTO_HASH2
  33. select CRYPTO_ALGAPI2
  34. config CRYPTO_RNG
  35. - tristate
  36. + tristate "RNG"
  37. select CRYPTO_RNG2
  38. select CRYPTO_ALGAPI