diff options
Diffstat (limited to 'security/keys/Kconfig')
| -rw-r--r-- | security/keys/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/security/keys/Kconfig b/security/keys/Kconfig index 6fd95f76bfae..a7a23b5541f8 100644 --- a/security/keys/Kconfig +++ b/security/keys/Kconfig | |||
| @@ -20,6 +20,10 @@ config KEYS | |||
| 20 | 20 | ||
| 21 | If you are unsure as to whether this is required, answer N. | 21 | If you are unsure as to whether this is required, answer N. |
| 22 | 22 | ||
| 23 | config KEYS_COMPAT | ||
| 24 | def_bool y | ||
| 25 | depends on COMPAT && KEYS | ||
| 26 | |||
| 23 | config PERSISTENT_KEYRINGS | 27 | config PERSISTENT_KEYRINGS |
| 24 | bool "Enable register of persistent per-UID keyrings" | 28 | bool "Enable register of persistent per-UID keyrings" |
| 25 | depends on KEYS | 29 | depends on KEYS |
| @@ -89,9 +93,9 @@ config ENCRYPTED_KEYS | |||
| 89 | config KEY_DH_OPERATIONS | 93 | config KEY_DH_OPERATIONS |
| 90 | bool "Diffie-Hellman operations on retained keys" | 94 | bool "Diffie-Hellman operations on retained keys" |
| 91 | depends on KEYS | 95 | depends on KEYS |
| 92 | select MPILIB | ||
| 93 | select CRYPTO | 96 | select CRYPTO |
| 94 | select CRYPTO_HASH | 97 | select CRYPTO_HASH |
| 98 | select CRYPTO_DH | ||
| 95 | help | 99 | help |
| 96 | This option provides support for calculating Diffie-Hellman | 100 | This option provides support for calculating Diffie-Hellman |
| 97 | public keys and shared secrets using values stored as keys | 101 | public keys and shared secrets using values stored as keys |
