[PATCH 1/2] video: vpl: depend on OFTREE

Lucas Stach l.stach at pengutronix.de
Wed Aug 19 06:48:18 PDT 2015


Am Mittwoch, den 19.08.2015, 15:46 +0200 schrieb Sascha Hauer:
> On Tue, Aug 18, 2015 at 10:18:24AM +0200, Lucas Stach wrote:
> > VPL uses the of_graph bindings, which are only available if OFTREE
> > support is compiled in.
> > 
> > Also fix the drivers using VPL to depend on OFTREE.
> > 
> > Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
> > ---
> >  drivers/video/Kconfig | 3 +++
> >  1 file changed, 3 insertions(+)
> > 
> > diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
> > index bb8bbb539481..5ecac4209696 100644
> > --- a/drivers/video/Kconfig
> > +++ b/drivers/video/Kconfig
> > @@ -13,6 +13,7 @@ config FRAMEBUFFER_CONSOLE
> >  	prompt "framebuffer console support"
> >  
> >  config VIDEO_VPL
> > +	depends on OFTREE
> >  	bool
> >  
> >  config DRIVER_VIDEO_ATMEL
> > @@ -122,6 +123,7 @@ config DRIVER_VIDEO_MTL017
> >  	select VIDEO_VPL
> >  	depends on I2C
> >  	depends on GPIOLIB
> > +	depends on OFTREE
> 
> This doesn't apply neither on master nor on next. Where shall this patch
> be applied?
> 
On top of the previous randcfg fixes series I sent out earlier.

Regards,
Lucas

-- 
Pengutronix e.K.             | Lucas Stach                 |
Industrial Linux Solutions   | http://www.pengutronix.de/  |




More information about the barebox mailing list