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>
65 lines
767 B
Plaintext
65 lines
767 B
Plaintext
config MODULES
|
|
bool
|
|
option modules
|
|
default y
|
|
|
|
if UNDEFINED
|
|
endif
|
|
|
|
config BASIC
|
|
bool
|
|
default y
|
|
---help---
|
|
|
|
config VISIBLE
|
|
bool "visible"
|
|
|
|
config STRING
|
|
string "visible"
|
|
|
|
config DIR_DEP_N
|
|
depends on n
|
|
|
|
config OPTIONS
|
|
option allnoconfig_y
|
|
option defconfig_list
|
|
option env="ENV"
|
|
|
|
config MULTI_DEF
|
|
config MULTI_DEF
|
|
|
|
menuconfig MENUCONFIG
|
|
|
|
choice CHOICE
|
|
tristate "choice"
|
|
|
|
config CHOICE_1
|
|
tristate "choice sym"
|
|
|
|
config CHOICE_2
|
|
tristate "choice sym"
|
|
|
|
endchoice
|
|
|
|
config CHOICE_HOOK
|
|
|
|
choice
|
|
tristate "optional choice" if n
|
|
optional
|
|
endchoice
|
|
|
|
config NO_VISIBLE_IF_HOOK
|
|
|
|
menu "no visible if"
|
|
endmenu
|
|
|
|
config VISIBLE_IF_HOOK
|
|
|
|
menu "visible if"
|
|
visible if m
|
|
endmenu
|
|
|
|
config COMMENT_HOOK
|
|
|
|
comment "comment"
|