mirror of
https://gitee.com/openharmony/kernel_linux
synced 2025-03-02 16:46:51 +00:00
VIDEO_SH_MOBILE_CEU should depend on HAS_DMA
commit 0d3244d6439c8c31d2a29efd587c7aca9042c8aa ("V4L/DVB (8342): sh_mobile_ceu_camera: Add SuperH Mobile CEU driver V3") introduced VIDEO_SH_MOBILE_CEU, which selects VIDEOBUF_DMA_CONTIG. This circumvents the dependency on HAS_DMA of VIDEOBUF_DMA_CONTIG. Add a dependency on HAS_DMA to VIDEO_SH_MOBILE_CEU to fix this. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org> Acked-by: Paul Mundt <lethal@linux-sh.org> Acked-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
36223a399f
commit
5368f69c8b
@ -968,7 +968,7 @@ config VIDEO_PXA27x
|
||||
|
||||
config VIDEO_SH_MOBILE_CEU
|
||||
tristate "SuperH Mobile CEU Interface driver"
|
||||
depends on VIDEO_DEV
|
||||
depends on VIDEO_DEV && HAS_DMA
|
||||
select SOC_CAMERA
|
||||
select VIDEOBUF_DMA_CONTIG
|
||||
---help---
|
||||
|
Loading…
x
Reference in New Issue
Block a user