Fix false positive about CONFIG_MODULE_SIG_FORCE.
authorAlexander Popov <alex.popov@linux.com>
Mon, 4 Mar 2019 13:38:14 +0000 (16:38 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 4 Mar 2019 13:38:14 +0000 (16:38 +0300)
commit26ae3b02797f9494076e9cbb6f4a70abed5fb573
tree45a3565f77ad429b352c305459cbfe39719e5377
parent60a83b77a98aeb52dd1cb262febee0e15a99f302
Fix false positive about CONFIG_MODULE_SIG_FORCE.

CONFIG_MODULE_SIG_FORCE shouldn't be checked if CONFIG_MODULES is not set.

Fixes issue #12.
Thanks to @hannob.
kconfig-hardened-check.py