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/Makefile | |
parent | 72719d2f8ae5022fb45d3020d85a644da8884f2a (diff) | |
download | u-boot-971d7e64245d5970ae9fe9a1f418e2900663248a.tar.gz |
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/Makefile')
-rw-r--r-- | drivers/video/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index ef4d30b3f3..dfafe08fc5 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile @@ -52,7 +52,7 @@ obj-$(CONFIG_FORMIKE) += formike.o obj-$(CONFIG_LG4573) += lg4573.o obj-$(CONFIG_AM335X_LCD) += am335x-fb.o obj-$(CONFIG_VIDEO_DW_HDMI) += dw_hdmi.o - +obj-$(CONFIG_VIDEO_SIMPLE) += simplefb.o obj-${CONFIG_VIDEO_TEGRA124} += tegra124/ obj-${CONFIG_EXYNOS_FB} += exynos/ obj-${CONFIG_VIDEO_ROCKCHIP} += rockchip/ |