On 3/30/10 1:28 AM, Joseph Smith wrote:
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???
Give it a try and send a patch... :-)
What are you trying to achieve in particular? Are the defaults set in Kconfig not good enough?
Stefan