Skip to content

Commit 4801673

Browse files
jailuthraHans Verkuil
authored andcommitted
media: platform: cadence: select MIPI_DPHY dependency
The driver uses MIPI DPHY helper routines from the PHY core. Make sure we select the relevant config for compilation. Fixes: a91d06f ("media: cadence: csi2rx: Configure DPHY using link freq") Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202310170258.UzSN4RUB-lkp@intel.com/ Signed-off-by: Jai Luthra <j-luthra@ti.com> [Sakari Ailus: Also select GENERIC_PHY.] Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
1 parent 99b6d96 commit 4801673

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • drivers/media/platform/cadence

drivers/media/platform/cadence/Kconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ config VIDEO_CADENCE_CSI2RX
88
select MEDIA_CONTROLLER
99
select VIDEO_V4L2_SUBDEV_API
1010
select V4L2_FWNODE
11+
select GENERIC_PHY
12+
select GENERIC_PHY_MIPI_DPHY
1113
help
1214
Support for the Cadence MIPI CSI2 Receiver controller.
1315

0 commit comments

Comments
 (0)