All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] media: tc358746: drop selecting COMMON_CLK
@ 2022-11-07  9:42 Marco Felsch
  0 siblings, 0 replies; only message in thread
From: Marco Felsch @ 2022-11-07  9:42 UTC (permalink / raw)
  To: mchehab, sakari.ailus, laurent.pinchart+renesas
  Cc: linux-media, linux-kernel, kernel

Still there are archs/platforms which do not support the common clk
framework. If such a platform is used in combination with the module
enabled the compiler will throw an error. Since the clock has stubs if
not selected we can drop it, so it is up to the arch/platform to select
the correct clock framework.

Fixes: 80a21da36051 ("media: tc358746: add Toshiba TC358746 Parallel to CSI-2 bridge driver")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Marco Felsch <m.felsch@pengutronix.de>
---
 drivers/media/i2c/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/media/i2c/Kconfig b/drivers/media/i2c/Kconfig
index 49c1c27afdc1..e2138d8630e8 100644
--- a/drivers/media/i2c/Kconfig
+++ b/drivers/media/i2c/Kconfig
@@ -1316,7 +1316,6 @@ config VIDEO_TC358746
 	select V4L2_FWNODE
 	select GENERIC_PHY_MIPI_DPHY
 	select REGMAP_I2C
-	select COMMON_CLK
 	help
 	  Support for the Toshiba TC358746 parallel to MIPI CSI-2 bridge.
 	  The bridge can work in both directions but currently only the
-- 
2.30.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-07  9:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-07  9:42 [PATCH] media: tc358746: drop selecting COMMON_CLK Marco Felsch

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.