Home
last modified time | relevance | path

Searched refs:submenu (Results 1 – 25 of 33) sorted by relevance

12

/Linux-v6.1/scripts/kconfig/tests/auto_submenu/
DKconfig12 This depends on A, so should be a submenu of A.
19 This should be a submenu of A0.
32 Choice should become a submenu as well.
52 be a submenu.
/Linux-v6.1/scripts/kconfig/
Dmconf.c643 struct menu *submenu; in conf() local
675 submenu = item_data(); in conf()
677 if (submenu) in conf()
678 sym = submenu->sym; in conf()
687 submenu->data = (void *) (long) !submenu->data; in conf()
689 conf(submenu, NULL); in conf()
693 conf_choice(submenu); in conf()
694 else if (submenu->prompt->type == P_MENU) in conf()
695 conf(submenu, NULL); in conf()
698 conf_string(submenu); in conf()
[all …]
Dnconf.c1066 struct menu *submenu = NULL; in conf() local
1152 submenu = (struct menu *) item_data(); in conf()
1153 if (!submenu || !menu_is_visible(submenu)) in conf()
1155 sym = submenu->sym; in conf()
1162 conf(submenu); in conf()
1169 submenu->data = in conf()
1170 (void *) (long) !submenu->data; in conf()
1172 conf(submenu); in conf()
1177 conf_choice(submenu); in conf()
1178 else if (submenu->prompt && in conf()
[all …]
Dmenu.c708 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local
729 submenu[i++] = menu; in get_prompt_str()
749 menu = submenu[i]; in get_prompt_str()
/Linux-v6.1/drivers/platform/loongarch/
DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/arch/riscv/kvm/
DKconfig15 If you say N, all options in this submenu will be skipped and
/Linux-v6.1/drivers/platform/mips/
DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/arch/mips/kvm/
DKconfig14 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/drivers/accessibility/
DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/arch/s390/kvm/
DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/drivers/virt/
DKconfig12 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/arch/arm64/kvm/
DKconfig16 If you say N, all options in this submenu will be skipped and
/Linux-v6.1/arch/x86/kvm/
DKconfig17 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/drivers/message/fusion/
DKconfig11 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/drivers/platform/mellanox/
DKconfig13 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/drivers/net/ieee802154/
DKconfig11 If you say N, all options in this submenu will be skipped and
/Linux-v6.1/security/apparmor/
DKconfig24 debugging logic will necessarily be enabled. A submenu will
/Linux-v6.1/fs/
DKconfig291 If you say N, all options in this submenu will be skipped and
336 If you say N, all options in this submenu will be skipped and
/Linux-v6.1/drivers/platform/x86/dell/
DKconfig13 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/arch/powerpc/kvm/
DKconfig15 If you say N, all options in this submenu will be skipped and
/Linux-v6.1/drivers/platform/chrome/
DKconfig14 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/drivers/platform/surface/
DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/drivers/macintosh/
DKconfig11 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/drivers/atm/
DKconfig14 If you say N, all options in this submenu will be skipped and disabled.
/Linux-v6.1/Documentation/kbuild/
Dkconfig-language.rst294 All entries within the "menu" ... "endmenu" block become a submenu of
301 can be made a submenu of it. First, the previous (parent) symbol must

12