Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[media] s5p-csis: Add missing dependency on PLAT_S5P

s5p-csis is to be built only on S5P SoC platforms.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Sylwester Nawrocki and committed by
Mauro Carvalho Chehab
05fb85e1 ce14dcdb

+1 -1
+1 -1
drivers/media/video/Kconfig
··· 954 954 955 955 config VIDEO_S5P_MIPI_CSIS 956 956 tristate "Samsung S5P and EXYNOS4 MIPI CSI receiver driver" 957 - depends on VIDEO_V4L2 && PM_RUNTIME && VIDEO_V4L2_SUBDEV_API 957 + depends on VIDEO_V4L2 && PM_RUNTIME && PLAT_S5P && VIDEO_V4L2_SUBDEV_API 958 958 ---help--- 959 959 This is a v4l2 driver for Samsung S5P/EXYNOS4 MIPI-CSI receiver. 960 960