diff options
author | Tom Rini | 2020-06-16 19:06:01 -0400 |
---|---|---|
committer | Tom Rini | 2020-06-26 10:29:04 -0400 |
commit | 0735ac85224a8b518eec6792bac116781dc67aac (patch) | |
tree | 09d3f63a0574c7630f73b618f2f1b20c384556cb /drivers/video | |
parent | 04f005d552eb748582678a45119b55a99f75748e (diff) |
Convert CONFIG_AM335X_LCD to Kconfig
This converts the following to Kconfig:
CONFIG_AM335X_LCD
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 01e8dbf678b..f5f3f28f23a 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -508,7 +508,6 @@ config ATMEL_HLCD config AM335X_LCD bool "Enable AM335x video support" - depends on DM_VIDEO help Supports video output to an attached LCD panel. |