Files
gem5/ext/Kconfiglib/tests/Krelation
Gabe Black 443067253c ext,scons: Make kconfiglib available for use in SCons.
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>
2022-03-15 00:30:39 +00:00

37 lines
371 B
Plaintext

config A
bool
depends on UNDEFINED
choice CHOICE_1
bool "C"
config B
bool "B"
config C
bool "C" if B
config D
bool "D"
endchoice
menu "m1"
config E
bool
menu "m2"
config F
bool
choice CHOICE_2
tristate "foo"
config G
bool "g"
config H
bool "h"
endchoice
endmenu
config I
bool
endmenu
menu "m3"
endmenu
menu "m4"
endmenu