projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd7d888
)
[media] s5p-csis: Add explicit dependency on REGULATOR
author
Sylwester Nawrocki
<
[email protected]
>
Mon, 30 Jan 2012 14:39:53 +0000
(11:39 -0300)
committer
Mauro Carvalho Chehab
<
[email protected]
>
Thu, 8 Mar 2012 10:39:32 +0000
(07:39 -0300)
The driver used the regulator API so it should depend on REGULATOR.
[
[email protected]
: break depends on on two lines, instead of using a \]
Signed-off-by: Sylwester Nawrocki <
[email protected]
>
Signed-off-by: Kyungmin Park <
[email protected]
>
Signed-off-by: Mauro Carvalho Chehab <
[email protected]
>
drivers/media/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/media/video/Kconfig
b/drivers/media/video/Kconfig
index 9495b6a7f86513c1726dd3ec98afe3c252ca3a78..61580738de7a9447f5f4fd0ffb75ec20b9bc8dd2 100644
(file)
--- a/
drivers/media/video/Kconfig
+++ b/
drivers/media/video/Kconfig
@@
-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.