diff options
author | Simon Glass <sjg@chromium.org> | 2014-12-29 19:32:29 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-01-23 17:24:53 -0700 |
commit | edb8b7a66b75045cc9e16a2762cd8344cdcd9bf5 (patch) | |
tree | c1b5961fee13b20b730f30aac73b3ee772d3162a /drivers/video/Kconfig | |
parent | 6b1ba984507039a893b14c2dec3c7b1edbc8413d (diff) | |
download | u-boot-edb8b7a66b75045cc9e16a2762cd8344cdcd9bf5.tar.gz |
x86: Drop the x86_fb driver
Now that we have a full VESA driver we may as well use that. We need to
support the VESA layer being set up by early start-up code or by
running a VGA ROM.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 697171e413..51728b366f 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -8,15 +8,6 @@ config VIDEO_VESA by U-Boot. This can in principle be used with any platform that supports PCI and video cards that support VESA BIOS Extension (VBE). -config VIDEO_X86 - bool "Enable x86 video driver support" - depends on X86 - default n - help - Turn on this option to enable a very simple driver which uses vesa - to discover the video mode and then provides a frame buffer for use - by U-Boot. - config VIDEO_LCD_SSD2828 bool "SSD2828 bridge chip" default n |