Hi Manuel, once you get the kernel working the way you want you may want to explore 'make localmodconfig'
This is particularly useful when you:
- Want to reduce the kernel size by stripping out unused modules and drivers.
- Need a kernel tailored for specific hardware.
- Are recompiling a kernel for embedded systems or custom environments.
'