/Linux-v6.6/scripts/kconfig/tests/auto_submenu/ |
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-v6.6/scripts/kconfig/ |
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 …]
|
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 …]
|
D | menu.c | 713 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local 732 submenu[i++] = menu; in get_prompt_str() 747 menu = submenu[i]; in get_prompt_str()
|
/Linux-v6.6/drivers/platform/loongarch/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/arch/riscv/kvm/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
/Linux-v6.6/drivers/platform/mips/ |
D | Kconfig | 16 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/arch/mips/kvm/ |
D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/drivers/accessibility/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/arch/s390/kvm/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/drivers/virt/ |
D | Kconfig | 12 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/arch/arm64/kvm/ |
D | Kconfig | 16 If you say N, all options in this submenu will be skipped and
|
/Linux-v6.6/drivers/platform/x86/hp/ |
D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/tools/testing/ktest/ |
D | ktest.pl | 1981 my ($command, $target, $skip, $submenu) = @_; 2005 } elsif (defined($submenu) && /$submenu/) { 2029 my $submenu; 2046 $submenu = '^\s*submenu\s'; 2055 _get_grub_index($command, $target, $skip, $submenu);
|
/Linux-v6.6/drivers/message/fusion/ |
D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/drivers/platform/mellanox/ |
D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/arch/x86/kvm/ |
D | Kconfig | 17 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/drivers/net/ieee802154/ |
D | Kconfig | 11 If you say N, all options in this submenu will be skipped and
|
/Linux-v6.6/security/apparmor/ |
D | Kconfig | 24 debugging logic will necessarily be enabled. A submenu will
|
/Linux-v6.6/fs/ |
D | Kconfig | 303 If you say N, all options in this submenu will be skipped and 348 If you say N, all options in this submenu will be skipped and
|
/Linux-v6.6/drivers/platform/x86/dell/ |
D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/arch/powerpc/kvm/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
/Linux-v6.6/drivers/platform/surface/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/drivers/macintosh/ |
D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.6/drivers/platform/chrome/ |
D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|