diff options
author | Dario Binacchi <dario.binacchi@amarulasolutions.com> | 2023-01-28 16:55:31 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2023-02-04 13:36:23 +0100 |
commit | f4cf8710a16c0fe1c98e8265b50ac2826869becf (patch) | |
tree | c797166360dc531faeeae35d72311db659202c26 /drivers/video/Kconfig | |
parent | a209c3e6b48cf042d0220245a2d1636f74389c17 (diff) | |
download | u-boot-f4cf8710a16c0fe1c98e8265b50ac2826869becf.tar.gz u-boot-f4cf8710a16c0fe1c98e8265b50ac2826869becf.tar.bz2 u-boot-f4cf8710a16c0fe1c98e8265b50ac2826869becf.zip |
video: ti: am335x: restore driver-model code
The commit 82f7b869f5d7a ("video: Drop CONFIG_AM335X_LCD") removed not
only the LCD legacy implementation but also the code with driver model
support. The patch restores the code with driver model support.
Fixes: 82f7b869f5d7a ("video: Drop CONFIG_AM335X_LCD")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 440b161b84..e08b7a77dd 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -576,6 +576,8 @@ config ATMEL_HLCD help HLCDC supports video output to an attached LCD panel. +source "drivers/video/ti/Kconfig" + source "drivers/video/exynos/Kconfig" config LOGICORE_DP_TX |