Kconfig (8d0b728840fdcfd0f0bc814c8ac9ef7c677839da) Kconfig (12af2b83d0b17ec8b379b721dd4a8fbcd5d791f3)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig MODULES
3 bool "Enable loadable module support"
4 modules
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig MODULES
3 bool "Enable loadable module support"
4 modules
5 select EXECMEM
5 help
6 Kernel modules are small pieces of compiled code which can
7 be inserted in the running kernel, rather than being
8 permanently built into the kernel. You use the "modprobe"
9 tool to add (and sometimes remove) them. If you say Y here,
10 many parts of the kernel can be built as modules (by
11 answering M instead of Y where indicated): this is most
12 useful for infrequently used options which are not required

--- 389 unchanged lines hidden ---
6 help
7 Kernel modules are small pieces of compiled code which can
8 be inserted in the running kernel, rather than being
9 permanently built into the kernel. You use the "modprobe"
10 tool to add (and sometimes remove) them. If you say Y here,
11 many parts of the kernel can be built as modules (by
12 answering M instead of Y where indicated): this is most
13 useful for infrequently used options which are not required

--- 389 unchanged lines hidden ---