# to compare unset config options in the # current wip kernels grep ' not set' config-armv8 | awk '{print $2}' | \ while read k ; do egrep "^${k}=" ../../k-wip/configs/config-armv8 done > ~/configs-6.12-to-enable