summaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 57123594a7ca..92c867e25a29 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -1963,6 +1963,10 @@ config BASE_SMALL
1963 default 0 if BASE_FULL 1963 default 0 if BASE_FULL
1964 default 1 if !BASE_FULL 1964 default 1 if !BASE_FULL
1965 1965
1966config MODULE_SIG_FORMAT
1967 def_bool n
1968 select SYSTEM_DATA_VERIFICATION
1969
1966menuconfig MODULES 1970menuconfig MODULES
1967 bool "Enable loadable module support" 1971 bool "Enable loadable module support"
1968 option modules 1972 option modules
@@ -2047,7 +2051,7 @@ config MODULE_SRCVERSION_ALL
2047 2051
2048config MODULE_SIG 2052config MODULE_SIG
2049 bool "Module signature verification" 2053 bool "Module signature verification"
2050 select SYSTEM_DATA_VERIFICATION 2054 select MODULE_SIG_FORMAT
2051 help 2055 help
2052 Check modules for valid signatures upon load: the signature 2056 Check modules for valid signatures upon load: the signature
2053 is simply appended to the module. For more information see 2057 is simply appended to the module. For more information see