aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorSimon Glass2022-10-16 15:26:52 -0600
committerAnatolij Gustschin2022-10-30 20:07:16 +0100
commit2285864a3e9b5fe14fb1ec99847fd499b4fe2b76 (patch)
tree0a221318c5380d2357faaecb2b83b4842c179b21 /drivers/video/Kconfig
parent1dc6517649f294ca5b3ae71b98209cee55753b7c (diff)
video: Drop VCXK video controller
This relies on the old LCD implementation which is to be removed. Drop it. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 2d25a64c8c5..29eae5105a7 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -946,10 +946,4 @@ config BMP_32BPP
help
Support display of bitmaps file with 32-bit-per-pixel.
-config VIDEO_VCXK
- bool "Enable VCXK video controller driver support"
- help
- This enables VCXK driver which can be used with VC2K, VC4K
- and VC8K devices on various boards from BuS Elektronik GmbH.
-
endmenu