Home
last modified time | relevance | path

Searched refs:kconfig (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/scripts/
DMakefile8 kconfig.tk: dummy
10 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.tk
18 ./tkparse < ../arch/${ARCH}/config.in >> kconfig.tk
19 echo "set defaults \"arch/${ARCH}/defconfig\"" >> kconfig.tk
20 echo "set ARCH \"${ARCH}\"" >> kconfig.tk
21 cat ${TAIL} >> kconfig.tk
22 chmod 755 kconfig.tk
[all …]
Dtkparse.h94 struct kconfig struct
96 struct kconfig * next; argument
103 struct kconfig * cfg_parent; /* token_choice_item */ argument
108 struct kconfig * menu_next; argument
125 extern void fix_conditionals ( struct kconfig * scfg ); /* tkcond.c */
126 extern void dump_tk_script ( struct kconfig * scfg ); /* tkgen.c */
Dtkparse.c54 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()
Dtkgen.c126 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 …]
Dtkcond.c39 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()
/linux-2.4.37.9/
DMakefile257 scripts/tkparse scripts/kconfig.tk scripts/kconfig.tmp \
320 $(MAKE) -C scripts kconfig.tk
321 wish -f scripts/kconfig.tk
DCREDITS206 D: some trivial futzing with kconfig