Hacker News new | ask | show | jobs
by vbezhenar 5 days ago
As I'm currently exploring kernel build things, the alternative to `make tinyconfig` is `make allnoconfig` which is supposedly will not disable expert options and might be a little bit safer starting point.
1 comments

There's an option `make localyesconfig` (or similar)/which uses the kernel modules loaded on your current system.