media: tc358746: drop selecting COMMON_CLK
authorMarco Felsch <m.felsch@pengutronix.de>
Mon, 7 Nov 2022 09:42:12 +0000 (09:42 +0000)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 25 Nov 2022 08:37:34 +0000 (08:37 +0000)
commit67bfe08f82dbd0cb5fce16460017b0f21df734e4
treed2731605aac834bf08db8d073d368777ef3fc857
parent27b0a9c2a67d483a9d4a941882b779a199ff281e
media: tc358746: drop selecting COMMON_CLK

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>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/Kconfig