certs: move the 'depends on' to the choice of module signing keys
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 1 Oct 2021 04:01:26 +0000 (13:01 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Sat, 11 Dec 2021 13:09:14 +0000 (22:09 +0900)
commitbe0d5fa7f0373197a44ebeb3f9e833ee50376225
tree524786bb810b4f080995ccf5bffeee58eeb1c1bf
parent4dc0759c563a9aa3aa09c316a066d265f3930887
certs: move the 'depends on' to the choice of module signing keys

When the condition "MODULE_SIG || (IMA_APPRAISE_MODSIG && MODULES)"
is unmet, you cannot choose anything in the choice, but the choice
menu is still displayed in the menuconfig etc.

Move the 'depends on' to the choice to hide the meaningless menu.

Also delete the redundant 'default'. In a choice, the first entry is
the default.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
certs/Kconfig