aboutsummaryrefslogtreecommitdiffstats
path: root/security/keys/Kconfig
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-10-30 07:15:23 -0400
committerDavid Howells <dhowells@redhat.com>2013-10-30 07:15:23 -0400
commit2eaf6b5dcafda2b8c22930eff7f48a364fce1741 (patch)
tree959a9a617f7476d22dce1efbfb2b320668a52022 /security/keys/Kconfig
parent50b719f811583a47762ecb7e480d253abc2eb22f (diff)
KEYS: Make BIG_KEYS boolean
Having the big_keys functionality as a module is very marginally useful. The userspace code that would use this functionality will get odd error messages from the keys layer if the module isn't loaded. The code itself is fairly small, so just have this as a boolean option and not a tristate. Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org> Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'security/keys/Kconfig')
-rw-r--r--security/keys/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/keys/Kconfig b/security/keys/Kconfig
index 53d8748c9564..a4f3f8c48d6e 100644
--- a/security/keys/Kconfig
+++ b/security/keys/Kconfig
@@ -38,7 +38,7 @@ config PERSISTENT_KEYRINGS
38 removed if they expire (a default timeout is set upon creation). 38 removed if they expire (a default timeout is set upon creation).
39 39
40config BIG_KEYS 40config BIG_KEYS
41 tristate "Large payload keys" 41 bool "Large payload keys"
42 depends on KEYS 42 depends on KEYS
43 depends on TMPFS 43 depends on TMPFS
44 help 44 help