···223223 the indentation level, this means it ends at the first line which has224224 a smaller indentation than the first line of the help text.225225226226-- misc options: "option" <symbol>[=<value>]227227-228228- Various less common options can be defined via this option syntax,229229- which can modify the behaviour of the menu entry and its config230230- symbol. These options are currently possible:231231-232232- - "modules"233233- This declares the symbol to be used as the MODULES symbol, which234234- enables the third modular state for all config symbols.235235- At most one symbol may have the "modules" option set.226226+- module attribute: "modules"227227+ This declares the symbol to be used as the MODULES symbol, which228228+ enables the third modular state for all config symbols.229229+ At most one symbol may have the "modules" option set.236230237231Menu dependencies238232-----------------
+1-1
init/Kconfig
···2042204220432043menuconfig MODULES20442044 bool "Enable loadable module support"20452045- option modules20452045+ modules20462046 help20472047 Kernel modules are small pieces of compiled code which can20482048 be inserted in the running kernel, rather than being