When building a new kernel based on a previous config, is there a way to automate the 'make oldconfig' process so that it sets new options to their default values?
Edit: What I mean is that when using a .config (from /boot/config-* or /proc/config.gz) on a newer kernel, the 'make oldconfig' process will ask wether or not you want to enable options that were not available in your older kernel. You can answer Y/n/m or press enter to accept default. I would like to accept defaults automatically with no user interaction.