summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorDario Binacchi <dariobin@libero.it>2020-12-30 02:16:31 +0300
committerLokesh Vutla <lokeshvutla@ti.com>2021-01-12 08:29:04 +0300
commit260cbc9af283e02bd184d0becd3466222f2e1db1 (patch)
tree15f6a582f004dc99f31d5a4d4c27e751526d592c /drivers/video/Kconfig
parent35ab1b6ef7f3a804babbb77d28041967539cd5e6 (diff)
downloadu-boot-260cbc9af283e02bd184d0becd3466222f2e1db1.tar.xz
video: omap: move drivers to 'ti' directory
Add drivers/video/ti/ folder and move all TI's code in this folder for better maintenance. Signed-off-by: Dario Binacchi <dariobin@libero.it>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 71363409f0..a3f8eeba5d 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -546,10 +546,7 @@ config ATMEL_HLCD
help
HLCDC supports video output to an attached LCD panel.
-config AM335X_LCD
- bool "Enable AM335x video support"
- help
- Supports video output to an attached LCD panel.
+source "drivers/video/ti/Kconfig"
config LOGICORE_DP_TX
bool "Enable Logicore DP TX driver"