[U-Boot] [PATCH 2/4] video: Kconfig: Make VESA driver avaiable for non-x86 boards

Simon Glass sjg at chromium.org
Fri May 8 23:47:07 CEST 2015


On 6 May 2015 at 03:34, Bin Meng <bmeng.cn at gmail.com> wrote:
> There is no reason to prevent CONFIG_VIDEO_VESA driver working on
> non-x86 boards, so remove such limitation.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
>  drivers/video/Kconfig | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
> index 51728b3..133a80b 100644
> --- a/drivers/video/Kconfig
> +++ b/drivers/video/Kconfig
> @@ -1,6 +1,5 @@
>  config VIDEO_VESA
>         bool "Enable VESA video driver support"
> -       depends on X86
>         default n
>         help
>           Turn on this option to enable a very simple driver which uses vesa
> --
> 1.8.2.1
>

Acked-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list