Files
gem5/ext/Kconfiglib/tests/Klocation_sourced
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

27 lines
281 B
Plaintext

config MANY_DEF
choice CHOICE_ONE_DEF
bool "one-def choice"
endchoice
choice CHOICE_TWO_DEF
bool "two-def choice 1"
endchoice
choice CHOICE_TWO_DEF
bool "two-def choice 2"
endchoice
config MENU_HOOK
bool
menu "menu"
endmenu
config COMMENT_HOOK
bool
comment "comment"