Skip to content

Commit

Permalink
V4L/DVB (10150): ttusb-dec: make it depend on PCI
Browse files Browse the repository at this point in the history
Since ttusb_dec.c relies on pci_alloc_consistent and
pci_free_consistent, make it depend on PCI in Kconfig.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Mike Frysinger authored and Mauro Carvalho Chehab committed Jan 2, 2009
1 parent fbe9834 commit 91f7c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/ttusb-dec/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config DVB_TTUSB_DEC
tristate "Technotrend/Hauppauge USB DEC devices"
depends on DVB_CORE && USB && INPUT
depends on DVB_CORE && USB && INPUT && PCI
select CRC32
help
Support for external USB adapters designed by Technotrend and
Expand Down

0 comments on commit 91f7c13

Please sign in to comment.