aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-01-23 07:04:11 -0700
committerAnatolij Gustschin <agust@denx.de>2022-03-28 20:18:07 +0200
commit77f46f06075a192da8f43cc8826117e0e28fcb59 (patch)
tree18e090fcb09f1d056242050d19cc932a96c55dc3 /drivers/video/Kconfig
parent636b8b999cb30d44265d8adfdb14f6ebc78b0cd3 (diff)
downloadu-boot-77f46f06075a192da8f43cc8826117e0e28fcb59.zip
u-boot-77f46f06075a192da8f43cc8826117e0e28fcb59.tar.gz
u-boot-77f46f06075a192da8f43cc8826117e0e28fcb59.tar.bz2
video: fsl: colibri_vf: Drop FSL DCU driver
This does not use driver model and is more than two years past the migration date. Drop it. It can be added back later if needed. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index d074546..743fd8b 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -610,21 +610,6 @@ config VIDEO_IVYBRIDGE_IGD
a special tool which configures the VGA ROM, but the graphics
resolution can be selected in U-Boot.
-config VIDEO_FSL_DCU_FB
- bool "Enable Freescale Display Control Unit"
- depends on VIDEO || DM_VIDEO
- help
- This enables support for Freescale Display Control Unit (DCU4)
- module found on Freescale Vybrid and QorIQ family of SoCs.
-
-config VIDEO_FSL_DCU_MAX_FB_SIZE_MB
- int "Freescale DCU framebuffer size"
- depends on VIDEO_FSL_DCU_FB
- default 4194304
- help
- Set maximum framebuffer size to be used for Freescale Display
- Controller Unit (DCU4).
-
source "drivers/video/rockchip/Kconfig"
config VIDEO_ARM_MALIDP