summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-03-15 08:00:27 +0300
committerSimon Glass <sjg@chromium.org>2021-03-27 05:04:30 +0300
commit19987c9834bfd854ff27ae0382ce18511b84c6ea (patch)
tree4f6b517aa418078623789e0f439123d1aaa884bc /drivers/video/Kconfig
parentbcac36185b49eaaab437a8db196d804380872c5c (diff)
downloadu-boot-19987c9834bfd854ff27ae0382ce18511b84c6ea.tar.xz
x86: video: Allow coreboot video to be used on any x86 board
When booting from coreboot we need this driver for the video to work. Update the driver to be usable on any board. The driver disables itself if it sees that is not booted from coreboot. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 667157c2e9..63ae2ba43c 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -241,7 +241,7 @@ config VIDCONSOLE_AS_NAME
config VIDEO_COREBOOT
bool "Enable coreboot framebuffer driver support"
- depends on X86 && SYS_COREBOOT
+ depends on X86
help
Turn on this option to enable a framebuffer driver when U-Boot is
loaded by coreboot where the graphics device is configured by