Note: I need to do this on multiple machines, and it took a while to figure out the easiest way to do this on Fedora, so I'm documenting the process.
- Get & Configure the Kernel
git clone https://github.com/torvalds/linux.git
cd linux
make allnoconfig
make x86_64_defconfig