| /linux/scripts/kconfig/ |
| A D | mconf.c | 755 struct menu *submenu; in conf() local 787 submenu = item_data(); in conf() 789 if (submenu) in conf() 790 sym = submenu->sym; in conf() 799 submenu->data = (void *) (long) !submenu->data; in conf() 801 conf(submenu, NULL); in conf() 805 conf_choice(submenu); in conf() 807 conf(submenu, NULL); in conf() 810 conf_string(submenu); in conf() 816 show_help(submenu); in conf() [all …]
|
| A D | nconf.c | 1056 struct menu *submenu = NULL; in selected_conf() local 1156 if (!submenu || !menu_is_visible(submenu)) in selected_conf() 1158 sym = submenu->sym; in selected_conf() 1165 conf(submenu); in selected_conf() 1172 submenu->data = in selected_conf() 1173 (void *) (long) !submenu->data; in selected_conf() 1175 conf(submenu); in selected_conf() 1179 conf_choice(submenu); in selected_conf() 1180 else if (submenu->prompt && in selected_conf() 1182 conf(submenu); in selected_conf() [all …]
|
| A D | menu.c | 614 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local 633 submenu[i++] = menu; in get_prompt_str() 648 menu = submenu[i]; in get_prompt_str()
|
| /linux/scripts/kconfig/tests/auto_submenu/ |
| 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/ |
| A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/arch/riscv/kvm/ |
| A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
| /linux/arch/loongarch/kvm/ |
| A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
| /linux/drivers/platform/mips/ |
| A D | Kconfig | 16 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/arch/mips/kvm/ |
| A D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/accessibility/ |
| A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/arch/s390/kvm/ |
| A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/virt/ |
| A D | Kconfig | 12 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/platform/arm64/ |
| A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/arch/arm64/kvm/ |
| A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
| /linux/drivers/platform/x86/hp/ |
| A D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/tools/testing/ktest/ |
| A D | ktest.pl | 1995 my ($command, $target, $skip, $submenu) = @_; 2019 } elsif (defined($submenu) && /$submenu/) { 2043 my $submenu; 2060 $submenu = '^\s*submenu\s'; 2069 _get_grub_index($command, $target, $skip, $submenu);
|
| /linux/drivers/message/fusion/ |
| A D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/platform/mellanox/ |
| A D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/net/ieee802154/ |
| A D | Kconfig | 11 If you say N, all options in this submenu will be skipped and
|
| /linux/security/apparmor/ |
| A D | Kconfig | 24 debugging logic will necessarily be enabled. A submenu will
|
| /linux/fs/ |
| A D | Kconfig | 313 If you say N, all options in this submenu will be skipped and 358 If you say N, all options in this submenu will be skipped and
|
| /linux/arch/x86/kvm/ |
| A D | Kconfig | 16 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/arch/powerpc/kvm/ |
| A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
| /linux/drivers/platform/x86/dell/ |
| A D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
| /linux/drivers/macintosh/ |
| A D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|