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

51 lines
459 B
Plaintext

config TWO_HELP_STRINGS
bool
help
first help string
config TWO_HELP_STRINGS
help
second help string
config NO_BLANK_AFTER_HELP
bool
help
help for
NO_BLANK_AFTER_HELP
choice CHOICE_HELP
bool "choice with help"
help
help for
CHOICE_HELP
endchoice
config HELP_TERMINATED_BY_COMMENT
bool
help
a
b
c
#
config TRICKY_HELP
bool
-help---
a
b
c
d
e
f
g
h
i
#