diff options
author | Simon Glass <sjg@chromium.org> | 2016-10-17 20:12:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-23 18:33:48 -0400 |
commit | 1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2 (patch) | |
tree | b7427cf88d62ae9714ce13f8c989b4f999ec6473 /drivers/video/cfb_console.c | |
parent | ac8a32ff1dd68bd394a0963328a89b72c0f828f1 (diff) | |
download | u-boot-1e1a0fb23d0b6d80df6e3c939249eaf3bd0c42f2.tar.gz |
Convert CONFIG_VGA_AS_SINGLE_DEVICE to Kconfig
This converts the following to Kconfig:
CONFIG_VGA_AS_SINGLE_DEVICE
Once we migrate to driver model for video, we should be able to drop this
option.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/cfb_console.c')
-rw-r--r-- | drivers/video/cfb_console.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/cfb_console.c b/drivers/video/cfb_console.c index ac7c40298b..3a8e20bcca 100644 --- a/drivers/video/cfb_console.c +++ b/drivers/video/cfb_console.c @@ -58,12 +58,6 @@ * info); * that fills a info buffer at i=row. * s.a: board/eltec/bab7xx. - * CONFIG_VGA_AS_SINGLE_DEVICE - If set the framebuffer device will be - * initialized as an output only device. - * The Keyboard driver will not be - * set-up. This may be used, if you have - * no or more than one Keyboard devices - * (USB Keyboard, AT Keyboard). * * CONFIG_VIDEO_SW_CURSOR: - Draws a cursor after the last * character. No blinking is provided. |