I've never built a full ISO or Libre kernel specifically. But, For debugging few issues in my laptop I've built the kernel for qubes OS and app VMs. But from your description it sounds like you just want to disable certain modules. That can easily be achieved by updating the .config for the kernel and if needed you can add the patches to the kernel from Linus (Qubes is already adding few) check out https://github.com/QubesOS/qubes-linux-kernel
you can also use Qubes builder v2 to create rpm packages in secure way.