| /linux/scripts/kconfig/ |
| H A D | mconf.c | 756 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 D | nconf.c | 1059 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 D | menu.c | 635 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 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.
|
| /linux/drivers/platform/loongarch/ |
| H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/arch/riscv/kvm/ |
| H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
| /linux/arch/loongarch/kvm/ |
| H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
| /linux/drivers/platform/mips/ |
| H A D | Kconfig | 16 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/arch/mips/kvm/ |
| H A D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/accessibility/ |
| H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/platform/x86/uniwill/ |
| H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/arch/s390/kvm/ |
| H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/virt/ |
| H A D | Kconfig | 12 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/arch/arm64/kvm/ |
| H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
| /linux/tools/testing/ktest/ |
| H A D | ktest.pl | 2023 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 D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/net/ieee802154/ |
| H A D | Kconfig | 11 If you say N, all options in this submenu will be skipped and
|
| /linux/drivers/platform/mellanox/ |
| H A D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/security/apparmor/ |
| H A D | Kconfig | 24 debugging logic will necessarily be enabled. A submenu will
|
| /linux/fs/ |
| H A D | Kconfig | 304 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 D | Kconfig | 16 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/arch/powerpc/kvm/ |
| H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
| /linux/drivers/platform/x86/dell/ |
| H A D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/macintosh/ |
| H A D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/platform/surface/ |
| H A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|