“ed3320cec279407a86bc4c72edc4a39eb49165ec”上不存在“drivers/net/can/dev/dev.c”
提交 45776c54 编写于 作者: E Ezequiel Garcia 提交者: Mauro Carvalho Chehab

media: rkisp1: Fix wrong PHY config dependency

Instead of depending on the Rockchip PHY driver the ISP driver
should really depend on CONFIG_GENERIC_PHY_MIPI_DPHY,
given all it needs is the phy_mipi_dphy_get_default_config() symbol.

Fix it.
Signed-off-by: NEzequiel Garcia <ezequiel@collabora.com>
Acked-by: NHelen Koike <helen.koike@collabora.com>
Signed-off-by: NHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: NMauro Carvalho Chehab <mchehab+huawei@kernel.org>
上级 42cbdf2b
...@@ -9,7 +9,7 @@ config VIDEO_ROCKCHIP_ISP1 ...@@ -9,7 +9,7 @@ config VIDEO_ROCKCHIP_ISP1
select VIDEOBUF2_DMA_CONTIG select VIDEOBUF2_DMA_CONTIG
select VIDEOBUF2_VMALLOC select VIDEOBUF2_VMALLOC
select V4L2_FWNODE select V4L2_FWNODE
select PHY_ROCKCHIP_DPHY_RX0 select GENERIC_PHY_MIPI_DPHY
default n default n
help help
Enable this to support the Image Signal Processing (ISP) module Enable this to support the Image Signal Processing (ISP) module
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册