On Jul 20 2017 or thereabouts, Phil Reid wrote: > On 20/07/2017 02:30, kbuild test robot wrote: > > > > I understand how this is occurring. > I2C=y, OF=y and I2C_PARPORT=m > I2C_PARPORT selects I2C_SMBUS setting it to m > > Calling a function in i2c-smbus (module) from i2c-core (builtin) is then a problem. > > However there doesn't seem to be a way (that I can see) to have select statement force I2C_SMBUS=y if I2C=y What if I2C selects I2C_SMBUS directly? Cheers, Benjamin > > Can I get a hint on what the correct course of action is. > > > > -- > Regards > Phil Reid >