Re: [PATCH] Makefile: Add a warning about ad-hoc CONFIG options

2021-10-21 Thread Simon Glass
Hi Tom, On Tue, 21 Sept 2021 at 08:49, Tom Rini wrote: > > On Mon, Sep 20, 2021 at 07:11:26PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Mon, 20 Sept 2021 at 09:20, Tom Rini wrote: > > > > > > On Sat, Sep 18, 2021 at 12:21:21PM -0600, Simon Glass wrote: > > > > > > > The Kconfig feature wa

Re: [PATCH] Makefile: Add a warning about ad-hoc CONFIG options

2021-09-21 Thread Tom Rini
On Mon, Sep 20, 2021 at 07:11:26PM -0600, Simon Glass wrote: > Hi Tom, > > On Mon, 20 Sept 2021 at 09:20, Tom Rini wrote: > > > > On Sat, Sep 18, 2021 at 12:21:21PM -0600, Simon Glass wrote: > > > > > The Kconfig feature was added in 2014. Some 7 years later there are still > > > quite a few CONF

Re: [PATCH] Makefile: Add a warning about ad-hoc CONFIG options

2021-09-20 Thread Simon Glass
Hi Tom, On Mon, 20 Sept 2021 at 09:20, Tom Rini wrote: > > On Sat, Sep 18, 2021 at 12:21:21PM -0600, Simon Glass wrote: > > > The Kconfig feature was added in 2014. Some 7 years later there are still > > quite a few CONFIG options that have not been migrated. It is time to > > close this out. > >

Re: [PATCH] Makefile: Add a warning about ad-hoc CONFIG options

2021-09-20 Thread Tom Rini
On Sat, Sep 18, 2021 at 12:21:21PM -0600, Simon Glass wrote: > The Kconfig feature was added in 2014. Some 7 years later there are still > quite a few CONFIG options that have not been migrated. It is time to > close this out. > > Add a deadline and a warning for boards to migrate to Kconfig. >

[PATCH] Makefile: Add a warning about ad-hoc CONFIG options

2021-09-18 Thread Simon Glass
The Kconfig feature was added in 2014. Some 7 years later there are still quite a few CONFIG options that have not been migrated. It is time to close this out. Add a deadline and a warning for boards to migrate to Kconfig. Signed-off-by: Simon Glass --- Makefile | 10 ++ 1 file changed