summaryrefslogtreecommitdiff
path: root/tests/Kdefconfig_existent
blob: 895c21845475e69a4c276281eb81cd08a98173f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FOO is "defconfig_2"
# Should produce "Kconfiglib/tests/defconfig_2"

config FOO
    option env="BAR"

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