diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 00d45799dee1..abc6e63f2fb8 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -1588,6 +1588,14 @@ config MODULE_SRCVERSION_ALL | |||
1588 | config MODULE_SIG | 1588 | config MODULE_SIG |
1589 | bool "Module signature verification" | 1589 | bool "Module signature verification" |
1590 | depends on MODULES | 1590 | depends on MODULES |
1591 | select KEYS | ||
1592 | select CRYPTO | ||
1593 | select ASYMMETRIC_KEY_TYPE | ||
1594 | select ASYMMETRIC_PUBLIC_KEY_SUBTYPE | ||
1595 | select PUBLIC_KEY_ALGO_RSA | ||
1596 | select ASN1 | ||
1597 | select OID_REGISTRY | ||
1598 | select X509_CERTIFICATE_PARSER | ||
1591 | help | 1599 | help |
1592 | Check modules for valid signatures upon load: the signature | 1600 | Check modules for valid signatures upon load: the signature |
1593 | is simply appended to the module. For more information see | 1601 | is simply appended to the module. For more information see |