summaryrefslogtreecommitdiff
path: root/tests/Ktext
blob: aa0f9740d46955fb3c87b9c096652aa3224587aa (plain)
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
config NO_HELP
    bool

config S
    bool
    help
      help for
      S
choice C
    bool
    help
  help for
  C
config A
    bool "A"

config B
    bool "B"

endchoice

comment "a comment"

menu "a menu"
endmenu