On Tuesday 25 February 2003 17:51, John F Davis wrote: Hi John, > Is there a guide on how to navitgate the code which makes up Make > menuconfig or make config for that matter? > I am trying to determine how to turn on a particular option using make > menuconfig that is hidden. I see the code > in the driver which is enabled with a particular CONFIG_XXX option, but I > do not know where this option is in the > make menuconfig program. Nor, do I know enough about how to track it down. well, everything which get's included into make{config|menuconfig|xconfig} is located in "config.in" and "Config.in. Do a "find . -name Config.in" ... your arch config.in is always in "arch/$yourarch/" . Everything else (Config.in) is in the specific directory. ciao, Marc -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/