commit | be0d5fa7f0373197a44ebeb3f9e833ee50376225 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <masahiroy@kernel.org> | Fri Oct 01 13:01:26 2021 +0900 |
committer | Masahiro Yamada <masahiroy@kernel.org> | Sat Dec 11 22:09:14 2021 +0900 |
tree | 524786bb810b4f080995ccf5bffeee58eeb1c1bf | |
parent | 4dc0759c563a9aa3aa09c316a066d265f3930887 [diff] |
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>