All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO
@ 2021-07-27 14:47 Andre Przywara
  2021-08-06  6:56 ` Anatolij Gustschin
  0 siblings, 1 reply; 2+ messages in thread
From: Andre Przywara @ 2021-07-27 14:47 UTC (permalink / raw)
  To: Anatolij Gustschin; +Cc: Jagan Teki, Hans de Goede, u-boot, linux-sunxi

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>
---
 drivers/video/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index b69ffcae4b2..173b9c99399 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
-- 
2.17.6


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO
  2021-07-27 14:47 [PATCH] video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO Andre Przywara
@ 2021-08-06  6:56 ` Anatolij Gustschin
  0 siblings, 0 replies; 2+ messages in thread
From: Anatolij Gustschin @ 2021-08-06  6:56 UTC (permalink / raw)
  To: Andre Przywara; +Cc: Jagan Teki, Hans de Goede, u-boot, linux-sunxi

On Tue, 27 Jul 2021 15:47:50 +0100
Andre Przywara andre.przywara@arm.com wrote:
...
>  drivers/video/Kconfig | 1 -
>  1 file changed, 1 deletion(-)

applied to u-boot-video/master, thanks!

--
Anatolij

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-06  6:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 14:47 [PATCH] video: Hitachi panel: Drop bogus dependency on CONFIG_VIDEO Andre Przywara
2021-08-06  6:56 ` Anatolij Gustschin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.