Sign in
gem5
/
public
/
gem5
/
79d407280ca0d7553b1f29a9533f64664b8ecb65
/
.
/
ext
/
Kconfiglib
/
tests
/
Kdefconfig_existent_but_n
blob: 2fdaaa99836c4101a7367f3d2862bb190019cc39 [
file
] [
log
] [
blame
]
# $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"