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>
13 lines
148 B
Plaintext
13 lines
148 B
Plaintext
config MODULES
|
|
def_bool y
|
|
|
|
config BOOL
|
|
bool "bool 1"
|
|
|
|
config STRING
|
|
string "string"
|
|
|
|
config IGNOREME
|
|
bool "ignore me"
|
|
default y
|