]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcf88e6b3525a7e1378caeda8319a35df631000e8
tree8f6907b4bf285e834c671f1e80e0773e309bde32
parent1b4ebfb67f34e5b0222b3cacc1b8e74b52b68ca4
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