mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
media: cedrus: 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: 50e761516f ("media: platform: Add Cedrus VPU decoder driver")
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
b9273150b8
commit
26686b0da9
|
|
@ -2,6 +2,7 @@
|
|||
config VIDEO_SUNXI_CEDRUS
|
||||
tristate "Allwinner Cedrus VPU driver"
|
||||
depends on VIDEO_DEV
|
||||
depends on RESET_CONTROLLER
|
||||
depends on HAS_DMA
|
||||
depends on OF
|
||||
select MEDIA_CONTROLLER
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user