Skip to content

Commit 26686b0

Browse files
paulkocialkowskimchehab
authored andcommitted
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: 50e7615 ("media: platform: Add Cedrus VPU decoder driver") Signed-off-by: Paul Kocialkowski <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent b927315 commit 26686b0

File tree

1 file changed

+1
-0
lines changed
  • drivers/staging/media/sunxi/cedrus

1 file changed

+1
-0
lines changed

drivers/staging/media/sunxi/cedrus/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
config VIDEO_SUNXI_CEDRUS
33
tristate "Allwinner Cedrus VPU driver"
44
depends on VIDEO_DEV
5+
depends on RESET_CONTROLLER
56
depends on HAS_DMA
67
depends on OF
78
select MEDIA_CONTROLLER

0 commit comments

Comments
 (0)