Re: [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-08-09 Thread Tom Rini
On Tue, Jul 11, 2023 at 04:20:46PM -0500, Jason Kacines wrote: > Add support to config fragments (.config) located in the /board > directory. This will allow only base defconfigs to live in /configs and > all fragments to live in their respective device directory in /board/.. > > Signed-off-by:

Re: [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-07-26 Thread Simon Glass
Hi Tom, On Wed, 19 Jul 2023 at 07:34, Tom Rini wrote: > > On Tue, Jul 18, 2023 at 07:07:58PM -0600, Simon Glass wrote: > > Hi, > > > > On Sun, 16 Jul 2023 at 09:12, Tom Rini wrote: > > > > > > On Sat, Jul 15, 2023 at 05:40:35PM -0600, Simon Glass wrote: > > > > Hi Tom, > > > > > > > > On Thu,

Re: [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-07-19 Thread Tom Rini
On Tue, Jul 18, 2023 at 07:07:58PM -0600, Simon Glass wrote: > Hi, > > On Sun, 16 Jul 2023 at 09:12, Tom Rini wrote: > > > > On Sat, Jul 15, 2023 at 05:40:35PM -0600, Simon Glass wrote: > > > Hi Tom, > > > > > > On Thu, 13 Jul 2023 at 16:54, Tom Rini wrote: > > > > > > > > On Wed, Jul 12, 2023

Re: [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-07-18 Thread Simon Glass
Hi, On Sun, 16 Jul 2023 at 09:12, Tom Rini wrote: > > On Sat, Jul 15, 2023 at 05:40:35PM -0600, Simon Glass wrote: > > Hi Tom, > > > > On Thu, 13 Jul 2023 at 16:54, Tom Rini wrote: > > > > > > On Wed, Jul 12, 2023 at 08:00:28AM -0600, Simon Glass wrote: > > > > Hi Jason, > > > > > > > > On Tue,

Re: [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-07-16 Thread Tom Rini
On Sat, Jul 15, 2023 at 05:40:35PM -0600, Simon Glass wrote: > Hi Tom, > > On Thu, 13 Jul 2023 at 16:54, Tom Rini wrote: > > > > On Wed, Jul 12, 2023 at 08:00:28AM -0600, Simon Glass wrote: > > > Hi Jason, > > > > > > On Tue, 11 Jul 2023 at 16:29, Jason Kacines wrote: > > > > > > > > Add

Re: [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-07-15 Thread Simon Glass
Hi Tom, On Thu, 13 Jul 2023 at 16:54, Tom Rini wrote: > > On Wed, Jul 12, 2023 at 08:00:28AM -0600, Simon Glass wrote: > > Hi Jason, > > > > On Tue, 11 Jul 2023 at 16:29, Jason Kacines wrote: > > > > > > Add support to config fragments (.config) located in the /board > > > directory. This will

Re: [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-07-13 Thread Tom Rini
On Wed, Jul 12, 2023 at 08:00:28AM -0600, Simon Glass wrote: > Hi Jason, > > On Tue, 11 Jul 2023 at 16:29, Jason Kacines wrote: > > > > Add support to config fragments (.config) located in the /board > > directory. This will allow only base defconfigs to live in /configs and > > Does this mean

Re: [RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-07-12 Thread Simon Glass
Hi Jason, On Tue, 11 Jul 2023 at 16:29, Jason Kacines wrote: > > Add support to config fragments (.config) located in the /board > directory. This will allow only base defconfigs to live in /configs and Does this mean defconfigs? > all fragments to live in their respective device directory in

[RFC PATCH 1/3] scripts: kconfig: Add config fragment support in board/../

2023-07-11 Thread Jason Kacines
Add support to config fragments (.config) located in the /board directory. This will allow only base defconfigs to live in /configs and all fragments to live in their respective device directory in /board/.. Signed-off-by: Jason Kacines --- scripts/kconfig/Makefile | 4 +++- 1 file changed, 3