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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Jai Luthra <[email protected]> [Sakari Ailus: Also select GENERIC_PHY.] Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 99b6d96 commit 4801673

File tree

1 file changed

+2
-0
lines changed
  • drivers/media/platform/cadence

1 file changed

+2
-0
lines changed

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)