
Hi Tom,
2016-07-26 7:21 GMT+09:00 Tom Rini trini@konsulko.com:
This option was set in the main uniphier config file, but was not causing the driver to be built, so we just drop the line here.
This option is actually causing drivers/misc/i2c_eeprom.o built, and I really need it.
yamada@beagle:~/workspace/u-boot$ make uniphier_pro4_defconfig HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf # # configuration written to .config # yamada@beagle:~/workspace/u-boot$ make CROSS_COMPILE=arm-linux-gnueabi- scripts/kconfig/conf --silentoldconfig Kconfig CHK include/config.h UPD include/config.h [snip]
CC drivers/misc/i2c_eeprom.o LD drivers/misc/built-in.o
Could you move the config to Kconfig rather than removing it, please?