Re: [PATCH 19/23] i2c: Convert CONFIG_POWER_I2C et al to Kconfig

2021-09-30 Thread Tom Rini
On Wed, Sep 29, 2021 at 10:08:46PM -0600, Simon Glass wrote: > Hi Tom, > > On Sat, 4 Sept 2021 at 09:08, Tom Rini wrote: > > > > On Sun, Aug 08, 2021 at 12:20:27PM -0600, Simon Glass wrote: > > > > > This converts the following to Kconfig: > > >CONFIG_POWER_I2C > > >CONFIG_POWER_LEGACY >

Re: [PATCH 19/23] i2c: Convert CONFIG_POWER_I2C et al to Kconfig

2021-09-29 Thread Simon Glass
Hi Tom, On Sat, 4 Sept 2021 at 09:08, Tom Rini wrote: > > On Sun, Aug 08, 2021 at 12:20:27PM -0600, Simon Glass wrote: > > > This converts the following to Kconfig: > >CONFIG_POWER_I2C > >CONFIG_POWER_LEGACY > > > > They are handled at the same time due to a dependency between them. > > U

Re: [PATCH 19/23] i2c: Convert CONFIG_POWER_I2C et al to Kconfig

2021-09-04 Thread Tom Rini
On Sun, Aug 08, 2021 at 12:20:27PM -0600, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_POWER_I2C >CONFIG_POWER_LEGACY > > They are handled at the same time due to a dependency between them. > Update the Makefile rule to use legacy power only in U-Boot proper. > >

Re: [PATCH 19/23] i2c: Convert CONFIG_POWER_I2C et al to Kconfig

2021-08-12 Thread Jaehoon Chung
On 8/9/21 3:20 AM, Simon Glass wrote: > This converts the following to Kconfig: >CONFIG_POWER_I2C >CONFIG_POWER_LEGACY > > They are handled at the same time due to a dependency between them. > Update the Makefile rule to use legacy power only in U-Boot proper. > > Unfortunately a separate

[PATCH 19/23] i2c: Convert CONFIG_POWER_I2C et al to Kconfig

2021-08-08 Thread Simon Glass
This converts the following to Kconfig: CONFIG_POWER_I2C CONFIG_POWER_LEGACY They are handled at the same time due to a dependency between them. Update the Makefile rule to use legacy power only in U-Boot proper. Unfortunately a separate rule is needed in SPL to be able to build legacy powe