Commit 6d43cec8 authored by Guennadi Liakhovetski's avatar Guennadi Liakhovetski Committed by Mauro Carvalho Chehab

V4L/DVB (7196): Lift videobuf-dma-sg's PCI dependency, until it is fixed

videobuf-dma-sg.c should be converted to the generic DMA API to make it
also useful for non-PCI configurations. Even now it can be used thanks
to compatibility macros in include/asm-generic/pci-dma-compat.h. This
has been verified to work on PXA270 CPU with the pxa_camera.c soc-camera
driver. For this the following temporary work-around is needed.
Signed-off-by: default avatarGuennadi Liakhovetski <g.liakhovetski@pengutronix.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent ab6c46e2
...@@ -160,7 +160,7 @@ config VIDEOBUF_GEN ...@@ -160,7 +160,7 @@ config VIDEOBUF_GEN
tristate tristate
config VIDEOBUF_DMA_SG config VIDEOBUF_DMA_SG
depends on PCI depends on PCI || ARCH_PXA
select VIDEOBUF_GEN select VIDEOBUF_GEN
tristate tristate
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment