Re: [PATCH] misc: Correct Kconfig dependencies for a number of options

2022-05-10 Thread Tom Rini
On Tue, May 10, 2022 at 12:43:40PM -0400, Sean Anderson wrote: > Hi Tom, > > On 5/10/22 11:08 AM, Tom Rini wrote: > > We have many cases of SPL (or TPL or VPL) drivers that don't depend on > > SPL_MISC (and so on) but rather just MISC. > > > > Signed-off-by: Tom Rini > > --- > > drivers/misc/Kc

Re: [PATCH] misc: Correct Kconfig dependencies for a number of options

2022-05-10 Thread Sean Anderson
Hi Tom, On 5/10/22 11:08 AM, Tom Rini wrote: > We have many cases of SPL (or TPL or VPL) drivers that don't depend on > SPL_MISC (and so on) but rather just MISC. > > Signed-off-by: Tom Rini > --- > drivers/misc/Kconfig | 34 +++--- > 1 file changed, 23 insertions(+)

[PATCH] misc: Correct Kconfig dependencies for a number of options

2022-05-10 Thread Tom Rini
We have many cases of SPL (or TPL or VPL) drivers that don't depend on SPL_MISC (and so on) but rather just MISC. Signed-off-by: Tom Rini --- drivers/misc/Kconfig | 34 +++--- 1 file changed, 23 insertions(+), 11 deletions(-) diff --git a/drivers/misc/Kconfig b/drive