Skip to content

Commit

Permalink
V4L/DVB (7196): Lift videobuf-dma-sg's PCI dependency, until it is fixed
Browse files Browse the repository at this point in the history
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: Guennadi Liakhovetski <g.liakhovetski@pengutronix.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Apr 24, 2008
1 parent ab6c46e commit 6d43cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ config VIDEOBUF_GEN
tristate

config VIDEOBUF_DMA_SG
depends on PCI
depends on PCI || ARCH_PXA
select VIDEOBUF_GEN
tristate

Expand Down

0 comments on commit 6d43cec

Please sign in to comment.