summaryrefslogtreecommitdiff
path: root/tests/Kdeploop7
blob: 63d2c5780c9882cc660b6d34ed0145df465c9461 (plain)
1
2
3
4
5
6
7
8
9
10
11
choice
    bool "choice"

config FOO
    bool "foo"
    depends on BAR

config BAR
    bool "bar"

endchoice