source: kernel-config/testdata/Kconfig@ bcfaad0

12.1 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since bcfaad0 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.