Skip to content

Commit ac62a20

Browse files
Michael Rieschmchehab
authored andcommitted
media: synopsys: csi2rx: add missing kconfig dependency
Fix "ERROR: modpost: "phy_mipi_dphy_get_default_config_for_hsclk" [drivers/media/platform/synopsys/dw-mipi-csi2rx.ko] undefined!" by selecting GENERIC_PHY_MIPI_DPHY in the Kconfig entry. Fixes: 355a110 ("media: synopsys: add driver for the designware mipi csi-2 receiver") Cc: [email protected] Reported-by: kernel test robot <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Michael Riesch <[email protected]> Reviewed-by: Frank Li <[email protected]> Signed-off-by: Sakari Ailus <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 9232fa0 commit ac62a20

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • drivers/media/platform/synopsys

drivers/media/platform/synopsys/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ config VIDEO_DW_MIPI_CSI2RX
77
depends on VIDEO_DEV
88
depends on V4L_PLATFORM_DRIVERS
99
depends on PM && COMMON_CLK
10+
select GENERIC_PHY_MIPI_DPHY
1011
select MEDIA_CONTROLLER
1112
select V4L2_FWNODE
1213
select VIDEO_V4L2_SUBDEV_API

0 commit comments

Comments
 (0)