aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorAnatolij Gustschin <agust@denx.de>2020-10-18 20:32:35 +0200
committerAnatolij Gustschin <agust@denx.de>2020-10-26 20:55:29 +0100
commit8c9940d5ece509ce681bf1b6481832e652526820 (patch)
tree09615c5608bfe5ec463d221f5bfbc0e64c754062 /drivers
parent23106209604be000940d7259f2f4d852451f573d (diff)
downloadu-boot-8c9940d5ece509ce681bf1b6481832e652526820.zip
u-boot-8c9940d5ece509ce681bf1b6481832e652526820.tar.gz
u-boot-8c9940d5ece509ce681bf1b6481832e652526820.tar.bz2
eb_cpu5282: fix CONFIG_DM_VIDEO build warnings
Remove CONFIG_VIDEO dependency to fix board removal warnings. Signed-off-by: Anatolij Gustschin <agust@denx.de> Cc: Jens Scharsig <esw@bus-elektronik.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index b1cb745..2f3bb4b 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -972,4 +972,11 @@ config BMP_32BPP
help
Support display of bitmaps file with 32-bit-per-pixel.
+config VIDEO_VCXK
+ bool "Enable VCXK video controller driver support"
+ default n
+ help
+ This enables VCXK driver which can be used with VC2K, VC4K
+ and VC8K devices on various boards from BuS Elektronik GmbH.
+
endmenu