Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2def9946 authored by Sylwester Nawrocki's avatar Sylwester Nawrocki Committed by Mauro Carvalho Chehab
Browse files

[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: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarKyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent bd7d8888
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1116,7 +1116,8 @@ config VIDEO_ATMEL_ISI


config VIDEO_S5P_MIPI_CSIS
config VIDEO_S5P_MIPI_CSIS
	tristate "Samsung S5P and EXYNOS4 MIPI CSI receiver driver"
	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---
	---help---
	  This is a v4l2 driver for Samsung S5P/EXYNOS4 MIPI-CSI receiver.
	  This is a v4l2 driver for Samsung S5P/EXYNOS4 MIPI-CSI receiver.