source: kernel-config/testdata/Kconfig@ fefdd29

lazarus trunk
Last change on this file since fefdd29 was 1cf24363, checked in by Xi Ruoyao <xry111@…>, 11 months ago

introduction: Use new kernel configuration rendering in conventions

  • Property mode set to 100644
File size: 598 bytes
Line 
1menu "Master section"
2
3menu "Subsection"
4
5config REQU_PAR
6 bool "Required parameter"
7
8config REQU_PAR_NMOD
9 tristate "Required parameter (not as module)"
10
11config REQU_PAR_MOD
12 tristate "Required parameter (could be a module)"
13
14config REQU_PAR_MOD_ONLY
15 tristate "Required parameter (as a module)"
16
17config OPT_PAR
18 tristate "Optional parameter"
19
20config OPT_PAR_MOD_ONLY
21 tristate "Optional parameter (as a module if enabled)"
22
23config INCOMP_PAR
24 bool "Incompatible parameter"
25
26config INCOMP_PAR_MOD
27 tristate "Incompatible parameter (even as module)"
28
29endmenu # subsection
30
31endmenu # master section
Note: See TracBrowser for help on using the repository browser.