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

Sascha Hauer s.hauer at pengutronix.de
Wed Aug 19 06:46:34 PDT 2015


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?

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |



More information about the barebox mailing list