9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
# $FOO is "defconfig_2"
|
|
|
|
config A
|
|
string
|
|
option defconfig_list
|
|
default "Kconfiglib/tests/defconfig_1" if y && !n && n
|
|
default "Kconfiglib/tests/$FOO"
|
|
default "Kconfiglib/tests/defconfig_1"
|