Home
last modified time | relevance | path

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

12

/linux/scripts/kconfig/
H A Dmconf.c756 struct menu *submenu; in conf() local
788 submenu = item_data(); in conf()
790 if (submenu) in conf()
791 sym = submenu->sym; in conf()
800 submenu->data = (void *) (long) !submenu->data; in conf()
802 conf(submenu, NULL); in conf()
806 conf_choice(submenu); in conf()
807 else if (submenu->prompt->type == P_MENU) in conf()
808 conf(submenu, NULL); in conf()
811 conf_string(submenu); in conf()
[all …]
H A Dnconf.c1059 struct menu *submenu = NULL; in selected_conf() local
1158 submenu = (struct menu *) item_data(); in selected_conf()
1159 if (!submenu || !menu_is_visible(submenu)) in selected_conf()
1161 sym = submenu->sym; in selected_conf()
1168 conf(submenu); in selected_conf()
1175 submenu->data = in selected_conf()
1176 (void *) (long) !submenu->data; in selected_conf()
1178 conf(submenu); in selected_conf()
1182 conf_choice(submenu); in selected_conf()
1183 else if (submenu->prompt && in selected_conf()
[all …]
H A Dmenu.c635 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local
654 submenu[i++] = menu; in get_prompt_str()
669 menu = submenu[i]; in get_prompt_str()
/linux/scripts/kconfig/tests/auto_submenu/
H A 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/drivers/platform/loongarch/
H A DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/linux/arch/riscv/kvm/
H A DKconfig15 If you say N, all options in this submenu will be skipped and
/linux/arch/loongarch/kvm/
H A DKconfig15 If you say N, all options in this submenu will be skipped and
/linux/drivers/platform/mips/
H A DKconfig16 If you say N, all options in this submenu will be skipped and disabled.
/linux/arch/mips/kvm/
H A DKconfig14 If you say N, all options in this submenu will be skipped and disabled.
/linux/drivers/accessibility/
H A DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/linux/drivers/platform/x86/uniwill/
H A DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/linux/arch/s390/kvm/
H A DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/linux/drivers/virt/
H A DKconfig12 If you say N, all options in this submenu will be skipped and disabled.
/linux/arch/arm64/kvm/
H A DKconfig15 If you say N, all options in this submenu will be skipped and
/linux/tools/testing/ktest/
H A Dktest.pl2023 my ($command, $target, $skip, $submenu) = @_;
2047 } elsif (defined($submenu) && /$submenu/) {
2071 my $submenu;
2088 $submenu = '^\s*submenu\s';
2097 _get_grub_index($command, $target, $skip, $submenu);
/linux/drivers/message/fusion/
H A DKconfig11 If you say N, all options in this submenu will be skipped and disabled.
/linux/drivers/net/ieee802154/
H A DKconfig11 If you say N, all options in this submenu will be skipped and
/linux/drivers/platform/mellanox/
H A DKconfig13 If you say N, all options in this submenu will be skipped and disabled.
/linux/security/apparmor/
H A DKconfig24 debugging logic will necessarily be enabled. A submenu will
/linux/fs/
H A DKconfig304 If you say N, all options in this submenu will be skipped and
349 If you say N, all options in this submenu will be skipped and
/linux/arch/x86/kvm/
H A DKconfig16 If you say N, all options in this submenu will be skipped and disabled.
/linux/arch/powerpc/kvm/
H A DKconfig15 If you say N, all options in this submenu will be skipped and
/linux/drivers/platform/x86/dell/
H A DKconfig13 If you say N, all options in this submenu will be skipped and disabled.
/linux/drivers/macintosh/
H A DKconfig11 If you say N, all options in this submenu will be skipped and disabled.
/linux/drivers/platform/surface/
H A DKconfig15 If you say N, all options in this submenu will be skipped and disabled.

12