/linux/scripts/kconfig/ |
A 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() 695 conf(submenu, NULL); in conf() 698 conf_string(submenu); in conf() 704 show_help(submenu); in conf() [all …]
|
A D | nconf.c | 1066 struct menu *submenu = NULL; in conf() local 1151 if (!submenu || !menu_is_visible(submenu)) in conf() 1153 sym = submenu->sym; in conf() 1160 conf(submenu); in conf() 1167 submenu->data = in conf() 1168 (void *) (long) !submenu->data; in conf() 1170 conf(submenu); in conf() 1175 conf_choice(submenu); in conf() 1176 else if (submenu->prompt && in conf() 1178 conf(submenu); in conf() [all …]
|
A D | menu.c | 713 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local 734 submenu[i++] = menu; in get_prompt_str() 763 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/arch/riscv/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 | 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/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/arm64/kvm/ |
A D | Kconfig | 16 If you say N, all options in this submenu will be skipped and
|
/linux/arch/s390/kvm/ |
A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/linux/security/apparmor/ |
A D | Kconfig | 49 debugging logic will necessarily be enabled. A submenu will
|
/linux/drivers/platform/mellanox/ |
A D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
/linux/drivers/message/fusion/ |
A D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|
/linux/arch/x86/kvm/ |
A D | Kconfig | 17 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/fs/ |
A D | Kconfig | 284 If you say N, all options in this submenu will be skipped and 329 If you say N, all options in this submenu will be skipped and
|
/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 | 14 If you say N, all options in this submenu will be skipped and disabled.
|
/linux/drivers/platform/chrome/ |
A D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
/linux/drivers/platform/surface/ |
A D | Kconfig | 15 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.
|
/linux/Documentation/kbuild/ |
A 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
|
/linux/drivers/block/ |
A D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled;
|
/linux/drivers/atm/ |
A D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|