mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-08 21:11:01 +01:00
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>
This commit is contained in:
parent
8feb2cc624
commit
b82a535c3a
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue