Home
last modified time | relevance | path

Searched refs:show_all_options (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/scripts/kconfig/
Dmconf.c282 static int show_all_options; variable
478 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
480 else if (!show_all_options && !visible) in build_conf()
744 show_all_options = !show_all_options; in conf()