mirror of https://gitee.com/openkylin/linux.git
[media] s5p-csis: Add explicit dependency on REGULATOR
The driver used the regulator API so it should depend on REGULATOR. [mchehab@redhat.com: break depends on on two lines, instead of using a \] Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
bd7d8888e9
commit
2def9946c3
|
@ -1116,7 +1116,8 @@ config VIDEO_ATMEL_ISI
|
|||
|
||||
config VIDEO_S5P_MIPI_CSIS
|
||||
tristate "Samsung S5P and EXYNOS4 MIPI CSI receiver driver"
|
||||
depends on VIDEO_V4L2 && PM_RUNTIME && PLAT_S5P && VIDEO_V4L2_SUBDEV_API
|
||||
depends on VIDEO_V4L2 && PM_RUNTIME && PLAT_S5P
|
||||
depends on VIDEO_V4L2_SUBDEV_API && REGULATOR
|
||||
---help---
|
||||
This is a v4l2 driver for Samsung S5P/EXYNOS4 MIPI-CSI receiver.
|
||||
|
||||
|
|
Loading…
Reference in New Issue