/Linux-v4.19/scripts/kconfig/tests/auto_submenu/ |
D | Kconfig | 10 This depends on A, so should be a submenu of A. 17 This should be a submenu of A0. 30 Choice should become a submenu as well. 50 be a submenu.
|
/Linux-v4.19/scripts/kconfig/ |
D | mconf.c | 645 struct menu *submenu; in conf() local 677 submenu = item_data(); in conf() 679 if (submenu) in conf() 680 sym = submenu->sym; in conf() 689 submenu->data = (void *) (long) !submenu->data; in conf() 691 conf(submenu, NULL); in conf() 695 conf_choice(submenu); in conf() 696 else if (submenu->prompt->type == P_MENU) in conf() 697 conf(submenu, NULL); in conf() 700 conf_string(submenu); in conf() [all …]
|
D | nconf.c | 1071 struct menu *submenu = NULL; in conf() local 1157 submenu = (struct menu *) item_data(); in conf() 1158 if (!submenu || !menu_is_visible(submenu)) in conf() 1160 sym = submenu->sym; in conf() 1167 conf(submenu); in conf() 1174 submenu->data = in conf() 1175 (void *) (long) !submenu->data; in conf() 1177 conf(submenu); in conf() 1182 conf_choice(submenu); in conf() 1183 else if (submenu->prompt && in conf() [all …]
|
D | menu.c | 708 struct menu *submenu[8], *menu, *location = NULL; in get_prompt_str() local 716 submenu[i++] = menu; in get_prompt_str() 746 menu = submenu[i]; in get_prompt_str()
|
/Linux-v4.19/drivers/platform/mips/ |
D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/drivers/virt/ |
D | Kconfig | 11 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/drivers/accessibility/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/drivers/lightnvm/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled
|
/Linux-v4.19/arch/arm/kvm/ |
D | Kconfig | 16 If you say N, all options in this submenu will be skipped and
|
/Linux-v4.19/drivers/platform/mellanox/ |
D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/arch/arm64/kvm/ |
D | Kconfig | 16 If you say N, all options in this submenu will be skipped and
|
/Linux-v4.19/arch/s390/kvm/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/arch/mips/kvm/ |
D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/arch/x86/kvm/ |
D | Kconfig | 17 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/security/apparmor/ |
D | Kconfig | 62 debugging logic will necessarily be enabled. A submenu will
|
/Linux-v4.19/fs/ |
D | Kconfig | 228 If you say N, all options in this submenu will be skipped and 274 If you say N, all options in this submenu will be skipped and
|
/Linux-v4.19/drivers/message/fusion/ |
D | Kconfig | 10 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/drivers/platform/chrome/ |
D | Kconfig | 13 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/drivers/net/ieee802154/ |
D | Kconfig | 10 If you say N, all options in this submenu will be skipped and
|
/Linux-v4.19/arch/powerpc/kvm/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
/Linux-v4.19/Documentation/isdn/ |
D | README.hysdn | 46 the active cards submenu. The driver may only be compiled and used if
|
/Linux-v4.19/drivers/macintosh/ |
D | Kconfig | 10 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig-language.txt | 268 All entries within the "menu" ... "endmenu" block become a submenu of 275 can be made a submenu of it. First, the previous (parent) symbol must
|
/Linux-v4.19/drivers/atm/ |
D | Kconfig | 14 If you say N, all options in this submenu will be skipped and disabled.
|
/Linux-v4.19/drivers/auxdisplay/ |
D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|