V4L/DVB (5196): VIDEO_BUF depends on PCI
m68k allmodconfig: drivers/media/video/video-buf.c: In function 'videobuf_queue_pci': drivers/media/video/video-buf.c:396: error: 'pci_map_sg' undeclared (first use in this function) drivers/media/video/video-buf.c:396: error: (Each undeclared identifier is reported only once drivers/media/video/video-buf.c:396: error: for each function it appears in.) drivers/media/video/video-buf.c:399: error: 'pci_dma_sync_sg_for_cpu' undeclared (first use in this function) drivers/media/video/video-buf.c:401: error: 'pci_unmap_sg' undeclared (first use in this function) drivers/media/video/video-buf.c: In function 'videobuf_pci_dma_map': Acked-by: Geert Uytterhoeven <geert@linux-m68k.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
346304097b
commit
7a9ca4a3f9
@@ -70,6 +70,7 @@ config VIDEO_TUNER
|
|||||||
depends on I2C
|
depends on I2C
|
||||||
|
|
||||||
config VIDEO_BUF
|
config VIDEO_BUF
|
||||||
|
depends on PCI
|
||||||
tristate
|
tristate
|
||||||
|
|
||||||
config VIDEO_BUF_DVB
|
config VIDEO_BUF_DVB
|
||||||
|
@@ -342,7 +342,7 @@ endmenu # encoder / decoder chips
|
|||||||
|
|
||||||
config VIDEO_VIVI
|
config VIDEO_VIVI
|
||||||
tristate "Virtual Video Driver"
|
tristate "Virtual Video Driver"
|
||||||
depends on VIDEO_V4L2 && !SPARC32 && !SPARC64
|
depends on VIDEO_V4L2 && !SPARC32 && !SPARC64 && PCI
|
||||||
select VIDEO_BUF
|
select VIDEO_BUF
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
|
Reference in New Issue
Block a user