media: sun6i-csi: Add a Kconfig dependency on RESET_CONTROLLER
The driver relies on the reset controller API to work, so add
RESET_CONTROLLER as one of its Kconfig dependencies.
Fixes: 5cc7522d89
("media: sun6i: Add support for Allwinner CSI V3s")
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
398c479234
commit
6a720df702
@ -2,7 +2,7 @@
|
||||
config VIDEO_SUN6I_CSI
|
||||
tristate "Allwinner V3s Camera Sensor Interface driver"
|
||||
depends on V4L_PLATFORM_DRIVERS
|
||||
depends on VIDEO_DEV && COMMON_CLK && HAS_DMA
|
||||
depends on VIDEO_DEV && COMMON_CLK && RESET_CONTROLLER && HAS_DMA
|
||||
depends on ARCH_SUNXI || COMPILE_TEST
|
||||
select MEDIA_CONTROLLER
|
||||
select VIDEO_V4L2_SUBDEV_API
|
||||
|
Loading…
Reference in New Issue
Block a user