Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A Dmconf.c289 static int show_all_options;
469 if (show_all_options && !menu_has_prompt(menu)) in build_conf()
471 else if (!show_all_options && !visible) in build_conf()
856 show_all_options = !show_all_options; in conf()
288 static int show_all_options; global() variable