Introducing S.A.K.C. - SUSE Automated Kernel Compiler version 2.71 now with
TURBO MODE COMPILE! With Turbo Compile Mode, you only compile the modules actually in use by your Kernel at the time of the compile. Typical compiler times will be reduced to 25% of normal. If you have never used sakc or ever compiled your own kernel before I would most likely skip the Turbo Mode until you understand more about just what this added feature is doing.
S.A.K.C. uses the following kernel configuration creator to achieve this new speed.
Code:
chmod +x ./scripts/kconfig/streamline_config.pl ; ./scripts/kconfig/streamline_config.pl > ./config_strip ; mv
...