On Tue, 2018-11-20 at 19:14 -0800, Cody Schuffelen wrote: > > +config VIRT_WIFI > + bool "Wifi wrapper for ethernet drivers" The built bot complaint is most likely because of this being bool rather than tristate (CFG80211=m, VIRT_WIFI=y, I guess, didn't check), I thought this was because of the wrong reasons and should be back to tristate? I can change it back, let me know. johannes