kconfig-language.rst (cdd38c5f1ce4398ec58fec95904b75824daab7b5) kconfig-language.rst (b75b0a819af9f78fc395b189cddd40f590194d20)
1================
2Kconfig Language
3================
4
5Introduction
6------------
7
8The configuration database is a collection of configuration options

--- 215 unchanged lines hidden (view full) ---

224 a smaller indentation than the first line of the help text.
225
226- misc options: "option" <symbol>[=<value>]
227
228 Various less common options can be defined via this option syntax,
229 which can modify the behaviour of the menu entry and its config
230 symbol. These options are currently possible:
231
1================
2Kconfig Language
3================
4
5Introduction
6------------
7
8The configuration database is a collection of configuration options

--- 215 unchanged lines hidden (view full) ---

224 a smaller indentation than the first line of the help text.
225
226- misc options: "option" <symbol>[=<value>]
227
228 Various less common options can be defined via this option syntax,
229 which can modify the behaviour of the menu entry and its config
230 symbol. These options are currently possible:
231
232 - "defconfig_list"
233 This declares a list of default entries which can be used when
234 looking for the default configuration (which is used when the main
235 .config doesn't exists yet.)
236
237 - "modules"
238 This declares the symbol to be used as the MODULES symbol, which
239 enables the third modular state for all config symbols.
240 At most one symbol may have the "modules" option set.
241
242 - "allnoconfig_y"
243 This declares the symbol as one that should have the value y when
244 using "allnoconfig". Used for symbols that hide other symbols.

--- 511 unchanged lines hidden ---
232 - "modules"
233 This declares the symbol to be used as the MODULES symbol, which
234 enables the third modular state for all config symbols.
235 At most one symbol may have the "modules" option set.
236
237 - "allnoconfig_y"
238 This declares the symbol as one that should have the value y when
239 using "allnoconfig". Used for symbols that hide other symbols.

--- 511 unchanged lines hidden ---