Home
last modified time | relevance | path

Searched hist:be0d5fa7f0373197a44ebeb3f9e833ee50376225 (Results 1 – 1 of 1) sorted by relevance

/linux/certs/
H A DKconfigdiff be0d5fa7f0373197a44ebeb3f9e833ee50376225 Fri Oct 01 06:01:26 CEST 2021 Masahiro Yamada <masahiroy@kernel.org> 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>