7. Reconfigure the kernel

Use one of the kernel configuration interfaces to make changes to the kernel configuration. Because .config will be overwritten before the actual build copy .config to the rpm top directory replacing the original configuration for your architecture.

cd ~/rpmbuild/BUILD/kernel-XXX/linux-XXX/
make menuconfig
cp .config ~/rpmbuild/SOURCES/kernel-XXX-ARCH.config