Searched refs:kconfig (Results 1 – 7 of 7) sorted by relevance
8 kconfig.tk: dummy10 kconfig.tk: ${TOPDIR}/Makefile ${TOPDIR}/arch/${ARCH}/config.in \13 echo '#!'"/usr/local/bin/wish -f" > kconfig.tk; \15 echo '#!'"/usr/bin/wish -f" > kconfig.tk; \17 cat ${HEADER} >> ./kconfig.tk18 ./tkparse < ../arch/${ARCH}/config.in >> kconfig.tk19 echo "set defaults \"arch/${ARCH}/defconfig\"" >> kconfig.tk20 echo "set ARCH \"${ARCH}\"" >> kconfig.tk21 cat ${TAIL} >> kconfig.tk22 chmod 755 kconfig.tk[all …]
94 struct kconfig struct96 struct kconfig * next; argument103 struct kconfig * cfg_parent; /* token_choice_item */ argument108 struct kconfig * menu_next; argument125 extern void fix_conditionals ( struct kconfig * scfg ); /* tkcond.c */126 extern void dump_tk_script ( struct kconfig * scfg ); /* tkgen.c */
54 static struct kconfig * config_list = NULL;55 static struct kconfig * config_last = NULL;331 static const char * tokenize_choices( struct kconfig * cfg_choose, in tokenize_choices()337 struct kconfig * cfg; in tokenize_choices()382 static struct kconfig * last_menuoption = NULL; in tokenize_line()384 struct kconfig * cfg; in tokenize_line()728 cfg->next = (struct kconfig *) malloc( sizeof(struct kconfig) ); in tokenize_line()729 memset( cfg->next, 0, sizeof(struct kconfig) ); in tokenize_line()
126 struct kconfig * menu_first [100];127 struct kconfig * menu_last [100];288 void generate_if( struct kconfig * cfg, struct condition * ocond, in generate_if()293 struct kconfig * cfg1; in generate_if()651 void generate_writeconfig( struct kconfig * cfg ) in generate_writeconfig()771 struct kconfig * cfg1; in generate_writeconfig()877 static void generate_update_var( struct kconfig * scfg, int menu_num ) in generate_update_var()879 struct kconfig * cfg; in generate_update_var()909 struct kconfig * cfg1; in generate_update_var()989 static void end_proc( struct kconfig * scfg, int menu_num ) in end_proc()[all …]
39 static void mark_variables( struct kconfig * scfg ) in mark_variables()41 struct kconfig * cfg; in mark_variables()423 void fix_conditionals( struct kconfig * scfg ) in fix_conditionals()425 struct kconfig * cfg; in fix_conditionals()444 struct kconfig * prev = NULL; in fix_conditionals()
257 scripts/tkparse scripts/kconfig.tk scripts/kconfig.tmp \320 $(MAKE) -C scripts kconfig.tk321 wish -f scripts/kconfig.tk
206 D: some trivial futzing with kconfig