Searched hist:"73 b4fc92" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/kernel/module/ |
H A D | Kconfig | 73b4fc92 Tue Jul 12 00:52:33 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> module: Move module's Kconfig items in kernel/module/
In init/Kconfig, the part dedicated to modules is quite large.
Move it into a dedicated Kconfig in kernel/module/
MODULES_TREE_LOOKUP was outside of the 'if MODULES', but as it is only used when MODULES are set, move it in with everything else to avoid confusion.
MODULE_SIG_FORMAT is left in init/Kconfig because this configuration item is not used in kernel/modules/ but in kernel/ and can be selected independently from CONFIG_MODULES. It is for instance selected from security/integrity/ima/Kconfig.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
|
/openbmc/linux/init/ |
H A D | Kconfig | 73b4fc92 Tue Jul 12 00:52:33 CDT 2022 Christophe Leroy <christophe.leroy@csgroup.eu> module: Move module's Kconfig items in kernel/module/
In init/Kconfig, the part dedicated to modules is quite large.
Move it into a dedicated Kconfig in kernel/module/
MODULES_TREE_LOOKUP was outside of the 'if MODULES', but as it is only used when MODULES are set, move it in with everything else to avoid confusion.
MODULE_SIG_FORMAT is left in init/Kconfig because this configuration item is not used in kernel/modules/ but in kernel/ and can be selected independently from CONFIG_MODULES. It is for instance selected from security/integrity/ima/Kconfig.
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Luis Chamberlain <mcgrof@kernel.org>
|