On Tue, Feb 01, 2022 at 10:49:50PM -0800, Saeed Mahameed wrote: > I can't think of a clever easily verifiable way to map boards to their VENDORS. > Add to that dispersing the VENDORS configs accurately. Just an idea... 1. make foo_defconfig 2. for each vendor, do scripts/config --disable vendor 3. make savedefconfig 4. compare defconfig with foo_defconfig difference means some MAC was removed HTH, Richard