diff options
author | Andre Przywara <andre.przywara@arm.com> | 2021-07-27 15:47:50 +0100 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2021-08-01 21:43:48 +0200 |
commit | 845d71ce999936ab5ae2cef4542b221851cde199 (patch) | |
tree | f7ca9977586fa540c49cada287e89fceb843e366 | |
parent | 21a151a79d51839ab0a08a7e2ca2ee4c9f79ab1c (diff) |
video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO
The Hitachi tx18d42vm LCD panel driver is really just initialising the
device, using bitbanged SPI, during operation there is nothing to do.
This makes the driver self contained, so drop the bogus dependency on
the legacy CONFIG_VIDEO.
This avoids the warning when building Chuwi_V7_CW0825_defconfig, since
we switched to DM_VIDEO recently.
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
-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 e614a04aab..8b940d70eb 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -470,7 +470,6 @@ config VIDEO_LCD_TDO_TL070WSH30 config VIDEO_LCD_HITACHI_TX18D42VM bool "Hitachi tx18d42vm LVDS LCD panel support" - depends on VIDEO default n ---help--- Support for Hitachi tx18d42vm LVDS LCD panels, these panels have a |