> > Commit ffbd0c8c1e7f ("wifi: mac80211: add an element parsing unit > test") and commit 730eeb17bbdd ("wifi: cfg80211: add first kunit > tests, for element defrag") add new configs that depend on > !KERNEL_6_2, but the config option KERNEL_6_2 does not exist in the > tree. > > Also, Kalle Valo [1] asked during patch review about that, but did not > get any response on the mailing list. Oops, I probably thought I'd clean that up and forgot. > So, what is the KERNEL_6_2 option all about? Is this something that > was just used locally for early development? It's a backport-ism (backports.wiki.kernel.org) to restrict the option to certain kernels. > Can we just delete this dependency in these two config options? Yes, we should. johannes