reproduce: # https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=582d4ad468cbc6ef2db4689ff3bd5868d95402c9 git remote add linus https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git git fetch --no-tags linus master git checkout 582d4ad468cbc6ef2db4689ff3bd5868d95402c9 # 1. reproduce by kismet # install kmax per https://github.com/paulgazz/kmax/blob/master/README.md kismet --linux-ksrc=linux --selectees CONFIG_GENERIC_PHY_MIPI_DPHY --selectors CONFIG_VIDEO_SUN8I_A83T_MIPI_CSI2 -a=i386 # 2. reproduce by make # save the config file to linux source tree cd linux make ARCH=i386 olddefconfig