File: Krelation

package info (click to toggle)
kconfiglib 14.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,400 kB
  • sloc: python: 8,498; sh: 34; makefile: 8
file content (36 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
config A
    bool
    depends on UNDEFINED

choice CHOICE_1
    bool "C"
config B
    bool "B"
config C
    bool "C" if B
config D
    bool "D"
endchoice

menu "m1"
config E
    bool
menu "m2"
config F
    bool
choice CHOICE_2
    tristate "foo"
config G
    bool "g"
config H
    bool "h"
endchoice
endmenu
config I
    bool
endmenu

menu "m3"
endmenu
menu "m4"
endmenu