diff options
author | Christophe Leroy <christophe.leroy@csgroup.eu> | 2022-07-12 07:52:33 +0200 |
---|---|---|
committer | Luis Chamberlain <mcgrof@kernel.org> | 2022-07-12 12:07:25 -0700 |
commit | 73b4fc92f97d775da26d86d2732497be6c610ec6 (patch) | |
tree | 9c4f12fcd19c3ce8783c397432b13431fc0a0c1e /drivers/spi/spi-cavium.c | |
parent | c76654e22da1e0cb830bd0eb5832072fb76df358 (diff) | |
download | linux-73b4fc92f97d775da26d86d2732497be6c610ec6.tar.bz2 |
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>
Diffstat (limited to 'drivers/spi/spi-cavium.c')
0 files changed, 0 insertions, 0 deletions