Kconfig useful rules make oldconfig Applies current .config, asking only unanswered questions make randconfig Randomize, to build-test in a loop make savedefconfig Saves a "minified" version of the current configuration make allyesconfig All yes, where possible make allnoconfig All no, where possible