diff options
author | Bin Meng | 2015-05-11 07:36:28 +0800 |
---|---|---|
committer | Simon Glass | 2015-06-04 02:39:38 -0600 |
commit | b82a535c3a238dd561f4ba85a9893d5faecbcfda (patch) | |
tree | a0ae6724e67239b70407bd4deb9a9155c46f654e /drivers/video/Kconfig | |
parent | 8feb2cc62446fe1de30cb71433ab27917e92e8bd (diff) |
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 <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 25443016142..c58a2979d1d 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 |