diff options
author | Rob Clark <robdclark@gmail.com> | 2017-08-03 12:47:00 -0400 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2017-09-12 13:40:47 +0200 |
commit | 971d7e64245d5970ae9fe9a1f418e2900663248a (patch) | |
tree | c636a65e39379a7ff64b5ee08396c3321516eb1b /drivers/video/Kconfig | |
parent | 72719d2f8ae5022fb45d3020d85a644da8884f2a (diff) |
video: simplefb
Not really qcom specific, but for now qcom/lk is the one firmware that
is (afaiu) setting up the appropriate dt node for pre-configured
display. Uses the generic simple-framebuffer DT bindings so this should
be useful on other platforms.
Signed-off-by: Rob Clark <robdclark@gmail.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 9c6430c903..5505ee6f57 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -624,4 +624,14 @@ config VIDEO_DW_HDMI rather requires a SoC-specific glue driver to call it), it can not be enabled from the configuration menu. +config VIDEO_SIMPLE + bool "Simple display driver for preconfigured display" + help + Enables a simple generic display driver which utilizes the + simple-framebuffer devicetree bindings. + + This driver assumes that the display hardware has been initialized + before u-boot starts, and u-boot will simply render to the pre- + allocated frame buffer surface. + endmenu |