Is it safe to copy Linux kernel .config file to a different version?

linux, linux-kernel

Solution

Yes. But make sure you run `make oldconfig` so that new options are added to it.

Problem

Particularly is it safe to copy a .config file from a Kernel 3.0.1 to a Kernel 3.2.1?

Original source