video: Allow selection of the driver and font size
authorSimon Glass <sjg@chromium.org>
Fri, 15 Jan 2016 01:10:48 +0000 (18:10 -0700)
committerAnatolij Gustschin <agust@denx.de>
Sat, 30 Jan 2016 09:57:20 +0000 (10:57 +0100)
commit826f35f9b57c4581ff69d55c3bade9c3814e29bb
tree8f6d5105e09e133b5e4c3195921900f274c356d5
parent0f4d2f8e79f128de006c9b116be84f3e4dbba210
video: Allow selection of the driver and font size

Provide a way for the video console driver to be selected. This is
controlled by the video driver's private data. This can be set up when the
driver is probed so that it is ready for the video_post_probe() method.

The font size is provided as well. The console driver may or may not support
this depending on its capability.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Anatolij Gustschin <agust@denx.de>
drivers/video/video-uclass.c
include/video.h