From: Bin Meng Date: Sun, 10 May 2015 23:36:28 +0000 (+0800) Subject: video: Kconfig: Make VESA driver avaiable for non-x86 boards X-Git-Tag: v2015.07-rc2~36 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b82a535c3a238dd561f4ba85a9893d5faecbcfda;p=platform%2Fkernel%2Fu-boot.git video: Kconfig: Make VESA driver avaiable for non-x86 boards There is no reason to prevent CONFIG_VIDEO_VESA driver working on non-x86 boards, so remove such limitation. Signed-off-by: Bin Meng Acked-by: Simon Glass --- diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2544301..c58a297 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