summaryrefslogtreecommitdiff
path: root/tests/Kwtf
blob: 85ae57e992120e090d4bd2ece8abf66602cb5c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
config A
    bool
    select n
    select m
    select y
    select UNAME_RELEASE
    select "n"
    select "m"
    select "y"
    select "UNAME_RELEASE"
    imply n
    imply m
    imply y
    imply UNAME_RELEASE
    imply "n"
    imply "m"
    imply "y"
    imply "UNAME_RELEASE"