Skip to content

Commit

Permalink
media: cedrus: Add a Kconfig dependency on RESET_CONTROLLER
Browse files Browse the repository at this point in the history
[ Upstream commit 26686b0 ]

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]>
Signed-off-by: Sasha Levin <[email protected]>
  • Loading branch information
paulkocialkowski authored and gregkh committed Nov 3, 2022
1 parent 9bd02ba commit 80c4f07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/media/sunxi/cedrus/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 80c4f07

Please sign in to comment.