summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-10-16 15:38:01 -0600
committerAnatolij Gustschin <agust@denx.de>2022-10-30 20:07:16 +0100
commitbe5fadaaf6b5838cdd020a34f47a4980a4a297f0 (patch)
treef4dc97465c0c709e456bc4d2aedbf2dcb37b74a1 /drivers/video/Kconfig
parent82f7b869f5d7aad246a4621a18a5ad04475815ba (diff)
downloadu-boot-be5fadaaf6b5838cdd020a34f47a4980a4a297f0.tar.gz
video: atmel: Drop pre-DM parts of video driver
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/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 64e086cd27..b537b36776 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -430,7 +430,7 @@ config VIDEO_LCD_ANX9804
config ATMEL_LCD
bool "Atmel LCD panel support"
- depends on LCD && ARCH_AT91
+ depends on DM_VIDEO && ARCH_AT91
config ATMEL_LCD_BGR555
bool "Display in BGR555 mode"
@@ -585,6 +585,7 @@ config NXP_TDA19988
config ATMEL_HLCD
bool "Enable ATMEL video support using HLCDC"
+ depends on DM_VIDEO
help
HLCDC supports video output to an attached LCD panel.