"make menuconfig"

Have you ever been configuring linux kernel? All these deps and menu options, etc. How is the process done? There are some things in linux/scripts/kconfig directory, couple of files used:

menu config
- mconf.c
- zconf.tab.c
- conf.c

config
- conf.c
- zconf.tab.c

zconf.* are yacc grammar for conf file

Comments

Popular Posts