/openbmc/u-boot/scripts/kconfig/tests/auto_submenu/ |
H A D | Kconfig | 10 This depends on A, so should be a submenu of A. 17 This should be a submenu of A0. 30 Choice should become a submenu as well. 50 be a submenu.
|
/openbmc/linux/scripts/kconfig/ |
H A D | mconf.c | 839 struct menu *submenu; in conf() local 871 submenu = item_data(); in conf() 873 if (submenu) in conf() 874 sym = submenu->sym; in conf() 883 submenu->data = (void *) (long) !submenu->data; in conf() 885 conf(submenu, NULL); in conf() 889 conf_choice(submenu); in conf() 890 else if (submenu->prompt->type == P_MENU) in conf() 891 conf(submenu, NULL); in conf() 894 conf_string(submenu); in conf() [all …]
|
H A D | nconf.c | 1146 struct menu *submenu = NULL; in selected_conf() local 1245 submenu = (struct menu *) item_data(); in selected_conf() 1246 if (!submenu || !menu_is_visible(submenu)) in selected_conf() 1248 sym = submenu->sym; in selected_conf() 1255 conf(submenu); in selected_conf() 1262 submenu->data = in selected_conf() 1263 (void *) (long) !submenu->data; in selected_conf() 1265 conf(submenu); in selected_conf() 1270 conf_choice(submenu); in selected_conf() 1271 else if (submenu->prompt && in selected_conf() [all …]
|
H A D | menu.c | 711 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local 730 submenu[i++] = menu; in get_prompt_str() 745 menu = submenu[i]; in get_prompt_str()
|
/openbmc/linux/scripts/kconfig/tests/auto_submenu/ |
H A D | Kconfig | 12 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.
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | mconf.c | 647 struct menu *submenu; in conf() local 679 submenu = item_data(); in conf() 681 if (submenu) in conf() 682 sym = submenu->sym; in conf() 691 submenu->data = (void *) (long) !submenu->data; in conf() 693 conf(submenu, NULL); in conf() 697 conf_choice(submenu); in conf() 698 else if (submenu->prompt->type == P_MENU) in conf() 699 conf(submenu, NULL); in conf() 702 conf_string(submenu); in conf() [all …]
|
H A D | nconf.c | 1070 struct menu *submenu = NULL; in conf() local 1156 submenu = (struct menu *) item_data(); in conf() 1157 if (!submenu || !menu_is_visible(submenu)) in conf() 1159 sym = submenu->sym; in conf() 1166 conf(submenu); in conf() 1173 submenu->data = in conf() 1174 (void *) (long) !submenu->data; in conf() 1176 conf(submenu); in conf() 1181 conf_choice(submenu); in conf() 1182 else if (submenu->prompt && in conf() [all …]
|
H A D | menu.c | 711 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local 719 submenu[i++] = menu; in get_prompt_str() 749 menu = submenu[i]; in get_prompt_str()
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | testacpi.py2 | 42 …st("ACPI _MAT (Multiple APIC Table Entry) under Processor objects", test_mat, submenu="ACPI Tests") 43 # testsuite.add_test("ACPI _PSS (Pstate) table conformance tests", test_pss, submenu="ACPI Tests… 44 # testsuite.add_test("ACPI _PSS (Pstate) runtime tests", test_pstates, submenu="ACPI Tests") 45 …testsuite.add_test("ACPI DSDT (Differentiated System Description Table)", test_dsdt, submenu="ACPI… 46 testsuite.add_test("ACPI FACP (Fixed ACPI Description Table)", test_facp, submenu="ACPI Tests") 47 …testsuite.add_test("ACPI HPET (High Precision Event Timer Table)", test_hpet, submenu="ACPI Tests") 48 … testsuite.add_test("ACPI MADT (Multiple APIC Description Table)", test_apic, submenu="ACPI Tests") 49 testsuite.add_test("ACPI MPST (Memory Power State Table)", test_mpst, submenu="ACPI Tests") 50 …testsuite.add_test("ACPI RSDP (Root System Description Pointer Structure)", test_rsdp, submenu="AC… 51 …testsuite.add_test("ACPI XSDT (Extended System Description Table)", test_xsdt, submenu="ACPI Tests…
|
/openbmc/linux/drivers/platform/loongarch/ |
H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/openbmc/linux/arch/riscv/kvm/ |
H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
/openbmc/linux/drivers/platform/mips/ |
H A D | Kconfig | 16 If you say N, all options in this submenu will be skipped and disabled.
|
/openbmc/linux/arch/mips/kvm/ |
H A D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
/openbmc/linux/drivers/accessibility/ |
H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/openbmc/linux/arch/s390/kvm/ |
H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/openbmc/linux/drivers/virt/ |
H A D | Kconfig | 12 If you say N, all options in this submenu will be skipped and disabled.
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | Kconfig | 16 If you say N, all options in this submenu will be skipped and
|
/openbmc/linux/drivers/platform/x86/hp/ |
H A D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
/openbmc/linux/tools/testing/ktest/ |
H A D | ktest.pl | 1982 my ($command, $target, $skip, $submenu) = @_; 2006 } elsif (defined($submenu) && /$submenu/) { 2030 my $submenu; 2047 $submenu = '^\s*submenu\s'; 2056 _get_grub_index($command, $target, $skip, $submenu);
|
/openbmc/linux/drivers/message/fusion/ |
H A D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|
/openbmc/linux/drivers/platform/mellanox/ |
H A D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
/openbmc/linux/arch/x86/kvm/ |
H A D | Kconfig | 17 If you say N, all options in this submenu will be skipped and disabled.
|
/openbmc/linux/drivers/net/ieee802154/ |
H A D | Kconfig | 11 If you say N, all options in this submenu will be skipped and
|
/openbmc/linux/fs/ |
H A D | Kconfig | 309 If you say N, all options in this submenu will be skipped and 354 If you say N, all options in this submenu will be skipped and
|
/openbmc/linux/security/apparmor/ |
H A D | Kconfig | 24 debugging logic will necessarily be enabled. A submenu will
|