init/Kconfig: move the trusted keyring config option to general setup
authorPeter Foley <pefoley2@pefoley.com>
Fri, 18 Apr 2014 22:07:11 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Apr 2014 23:40:07 +0000 (16:40 -0700)
commit82c04ff89eba09d0e46e3f3649c6d3aa18e764a0
tree8f6907b4bf285e834c671f1e80e0773e309bde32
parent83da7510058736c09a14b9c17ec7d851940a4332
init/Kconfig: move the trusted keyring config option to general setup

The SYSTEM_TRUSTED_KEYRING config option is not in any menu, causing it
to show up in the toplevel of the kernel configuration.  Fix this by
moving it under the General Setup menu.

Signed-off-by: Peter Foley <pefoley2@pefoley.com>
Cc: David Howells <dhowells@redhat.com>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/Kconfig