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>
35 lines
410 B
Plaintext
35 lines
410 B
Plaintext
# Enabled/disabled in the test
|
|
config MODULES
|
|
bool "modules"
|
|
option modules
|
|
|
|
config N
|
|
def_tristate n
|
|
|
|
config M
|
|
def_tristate m
|
|
|
|
menuconfig Y
|
|
def_tristate y
|
|
prompt "foo"
|
|
|
|
config Y_STRING
|
|
string
|
|
default "y"
|
|
|
|
config FOO_BAR_STRING
|
|
string
|
|
default "foo bar"
|
|
|
|
config INT_37
|
|
int
|
|
default 37
|
|
|
|
config HEX_0X37
|
|
hex
|
|
default 0x37
|
|
|
|
config HEX_37
|
|
hex
|
|
default 37
|