Searched refs:TF_OPTION (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/scripts/kconfig/ |
D | kconf_id.c | 33 { "modules", T_OPT_MODULES, TF_OPTION }, 34 { "defconfig_list", T_OPT_DEFCONFIG_LIST, TF_OPTION }, 35 { "env", T_OPT_ENV, TF_OPTION }, 36 { "allnoconfig_y", T_OPT_ALLNOCONFIG_Y, TF_OPTION },
|
D | lkc.h | 49 #define TF_OPTION 0x0004 macro
|
D | zconf.y | 257 if (id && id->flags & TF_OPTION) {
|
/external/toybox/kconfig/ |
D | zconf.hash.c_shipped | 187 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str14, T_OPT_DEFCONFIG_LIST,TF_OPTION}, 200 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str27, T_OPT_MODULES, TF_OPTION},
|
D | lkc.h | 47 #define TF_OPTION 0x0004 macro
|
D | zconf.tab.c_shipped | 1557 if (id && id->flags & TF_OPTION)
|