[U-Boot] [PATCH 2/2] uniphier: Drop CONFIG_I2C_EEPROM

Masahiro Yamada yamada.masahiro at socionext.com
Tue Jul 26 04:07:02 CEST 2016


Hi Tom,

2016-07-26 7:21 GMT+09:00 Tom Rini <trini at 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 at 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 at 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?



-- 
Best Regards
Masahiro Yamada


More information about the U-Boot mailing list