mirror of
https://github.com/torvalds/linux.git
synced 2024-12-29 06:12:08 +00:00
VIDEO_SH_MOBILE_CEU should depend on HAS_DMA
commit 0d3244d643
("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…
Reference in New Issue
Block a user