media: rkisp1: Fix wrong PHY config dependency
authorEzequiel Garcia <ezequiel@collabora.com>
Thu, 2 Apr 2020 19:45:04 +0000 (21:45 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 21 Apr 2020 11:43:14 +0000 (13:43 +0200)
commit45776c540f7fee193ab5a419d5e188cd220ce226
tree35c973156d1db35f26b151e1d31fc03a2f37b231
parent42cbdf2b5ecb2aafa24f94eaba505decd86300b3
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: Ezequiel Garcia <ezequiel@collabora.com>
Acked-by: Helen Koike <helen.koike@collabora.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/staging/media/rkisp1/Kconfig