/Linux-v6.1/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.1/scripts/kconfig/ |
D | mconf.c | 643 struct menu *submenu; in conf() local 675 submenu = item_data(); in conf() 677 if (submenu) in conf() 678 sym = submenu->sym; in conf() 687 submenu->data = (void *) (long) !submenu->data; in conf() 689 conf(submenu, NULL); in conf() 693 conf_choice(submenu); in conf() 694 else if (submenu->prompt->type == P_MENU) in conf() 695 conf(submenu, NULL); in conf() 698 conf_string(submenu); in conf() [all …]
|
D | nconf.c | 1066 struct menu *submenu = NULL; in conf() local 1152 submenu = (struct menu *) item_data(); in conf() 1153 if (!submenu || !menu_is_visible(submenu)) in conf() 1155 sym = submenu->sym; in conf() 1162 conf(submenu); in conf() 1169 submenu->data = in conf() 1170 (void *) (long) !submenu->data; in conf() 1172 conf(submenu); in conf() 1177 conf_choice(submenu); in conf() 1178 else if (submenu->prompt && in conf() [all …]
|
D | menu.c | 708 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local 729 submenu[i++] = menu; in get_prompt_str() 749 menu = submenu[i]; in get_prompt_str()
|
/Linux-v6.1/drivers/platform/loongarch/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/arch/riscv/kvm/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
/Linux-v6.1/drivers/platform/mips/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/arch/mips/kvm/ |
D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/drivers/accessibility/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/arch/s390/kvm/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/drivers/virt/ |
D | Kconfig | 12 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/arch/arm64/kvm/ |
D | Kconfig | 16 If you say N, all options in this submenu will be skipped and
|
/Linux-v6.1/arch/x86/kvm/ |
D | Kconfig | 17 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/drivers/message/fusion/ |
D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/drivers/platform/mellanox/ |
D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/drivers/net/ieee802154/ |
D | Kconfig | 11 If you say N, all options in this submenu will be skipped and
|
/Linux-v6.1/security/apparmor/ |
D | Kconfig | 24 debugging logic will necessarily be enabled. A submenu will
|
/Linux-v6.1/fs/ |
D | Kconfig | 291 If you say N, all options in this submenu will be skipped and 336 If you say N, all options in this submenu will be skipped and
|
/Linux-v6.1/drivers/platform/x86/dell/ |
D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/arch/powerpc/kvm/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
/Linux-v6.1/drivers/platform/chrome/ |
D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/drivers/platform/surface/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/drivers/macintosh/ |
D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/drivers/atm/ |
D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v6.1/Documentation/kbuild/ |
D | kconfig-language.rst | 294 All entries within the "menu" ... "endmenu" block become a submenu of 301 can be made a submenu of it. First, the previous (parent) symbol must
|