On Sun, 18 Aug 2019 at 19:30, Peng Fan <peng....@nxp.com> wrote:
>
> > Subject: [PATCH v2 8/9] spl: Introduce SPL_DM_GPIO Kconfig define
> >
> > This define indicates if DM_GPIO shall be supported in SPL. This allows 
> > proper
> > operation of DM converted GPIO drivers in SPL, which use
> > #if !CONFIG_IS_ENABLED(DM_GPIO) to also support not yet DM/DTS
> > converted boards.
> >
> > Signed-off-by: Lukasz Majewski <lu...@denx.de>
> > ---
> >
> > Changes in v2:
> > - New patch
> >
> >  common/spl/Kconfig | 6 ++++++
> >  1 file changed, 6 insertions(+)
> >

Reviewed-by: Simon Glass <s...@chromium.org>

But how about adding && DM_GPIO as well to that depends clause?

Regards,
Simon
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to