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