Hello, How hard would it be to point Kconfig to look for a defconfig in the mainboard directory?
In util/kconfig/confdata.c:
Change: const char conf_defname[] = "arch/$ARCH/defconfig";
to point to: const char conf_defname[] = ".. src/mainboard/VENDOR/MAINBOARD/defconfig";
Or something like that???