summaryrefslogtreecommitdiff
path: root/tests/Kdefconfig_existent_but_n
blob: 2fdaaa99836c4101a7367f3d2862bb190019cc39 (plain)
1
2
3
4
5
6
7
8
9
10
# $FOO is "defconfig_2"
# Should produce None due to the "depends on n"

config A
    string
    depends on n
    option defconfig_list
    default "Kconfiglib/tests/defconfig_1" if y && !n && n
    default "Kconfiglib/tests/$FOO"
    default "Kconfiglib/tests/defconfig_1"