Re: [PATCH 3/3] soc: fsl: FSL_MC_DPIO selects directly FSL_GUTS

2019-08-16 Thread Li Yang
On Fri, Aug 16, 2019 at 9:59 AM Roy Pledge wrote: > > On 8/15/2019 7:09 PM, Li Yang wrote: > > On Wed, Jul 3, 2019 at 9:58 AM Ioana Ciornei wrote: > >> Make FSL_MC_DPIO select directly FSL_GUTS. Without this change we could > >> be in a situation where both FSL_MC_DPIO and SOC_BUS are enabled but

Re: [PATCH 3/3] soc: fsl: FSL_MC_DPIO selects directly FSL_GUTS

2019-08-16 Thread Roy Pledge
On 8/15/2019 7:09 PM, Li Yang wrote: > On Wed, Jul 3, 2019 at 9:58 AM Ioana Ciornei wrote: >> Make FSL_MC_DPIO select directly FSL_GUTS. Without this change we could >> be in a situation where both FSL_MC_DPIO and SOC_BUS are enabled but >> FSL_GUTS is not. >> >> Signed-off-by: Ioana Ciornei >> -

Re: [PATCH 3/3] soc: fsl: FSL_MC_DPIO selects directly FSL_GUTS

2019-08-15 Thread Li Yang
On Wed, Jul 3, 2019 at 9:58 AM Ioana Ciornei wrote: > > Make FSL_MC_DPIO select directly FSL_GUTS. Without this change we could > be in a situation where both FSL_MC_DPIO and SOC_BUS are enabled but > FSL_GUTS is not. > > Signed-off-by: Ioana Ciornei > --- > drivers/soc/fsl/Kconfig | 2 +- > 1 f

[PATCH 3/3] soc: fsl: FSL_MC_DPIO selects directly FSL_GUTS

2019-07-03 Thread Ioana Ciornei
Make FSL_MC_DPIO select directly FSL_GUTS. Without this change we could be in a situation where both FSL_MC_DPIO and SOC_BUS are enabled but FSL_GUTS is not. Signed-off-by: Ioana Ciornei --- drivers/soc/fsl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/soc/f