Change-Id: Ie9c902819ed0750a04f8318911fa914701c2a0fe Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/56755 Maintainer: Gabe Black <gabe.black@gmail.com> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
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"
|