Kconfig (f8f0d06438e5c810d1e13b5f8c2fed501fe36e9c) | Kconfig (6dd85ff178cd76851e2184b13e545f5a88d1be30) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config CC_VERSION_TEXT 3 string 4 default "$(CC_VERSION_TEXT)" 5 help 6 This is used in unclear ways: 7 8 - Re-run Kconfig when the compiler is updated --- 2028 unchanged lines hidden (view full) --- 2037 default 1 if !BASE_FULL 2038 2039config MODULE_SIG_FORMAT 2040 def_bool n 2041 select SYSTEM_DATA_VERIFICATION 2042 2043menuconfig MODULES 2044 bool "Enable loadable module support" | 1# SPDX-License-Identifier: GPL-2.0-only 2config CC_VERSION_TEXT 3 string 4 default "$(CC_VERSION_TEXT)" 5 help 6 This is used in unclear ways: 7 8 - Re-run Kconfig when the compiler is updated --- 2028 unchanged lines hidden (view full) --- 2037 default 1 if !BASE_FULL 2038 2039config MODULE_SIG_FORMAT 2040 def_bool n 2041 select SYSTEM_DATA_VERIFICATION 2042 2043menuconfig MODULES 2044 bool "Enable loadable module support" |
2045 option modules | 2045 modules |
2046 help 2047 Kernel modules are small pieces of compiled code which can 2048 be inserted in the running kernel, rather than being 2049 permanently built into the kernel. You use the "modprobe" 2050 tool to add (and sometimes remove) them. If you say Y here, 2051 many parts of the kernel can be built as modules (by 2052 answering M instead of Y where indicated): this is most 2053 useful for infrequently used options which are not required --- 280 unchanged lines hidden --- | 2046 help 2047 Kernel modules are small pieces of compiled code which can 2048 be inserted in the running kernel, rather than being 2049 permanently built into the kernel. You use the "modprobe" 2050 tool to add (and sometimes remove) them. If you say Y here, 2051 many parts of the kernel can be built as modules (by 2052 answering M instead of Y where indicated): this is most 2053 useful for infrequently used options which are not required --- 280 unchanged lines hidden --- |