Skip to content

Commit

Permalink
V4L/DVB (10149): ttusb-budget: make it depend on PCI
Browse files Browse the repository at this point in the history
Since dvb-ttusb-budget.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 f347535 commit fbe9834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/ttusb-budget/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config DVB_TTUSB_BUDGET
tristate "Technotrend/Hauppauge Nova-USB devices"
depends on DVB_CORE && USB && I2C
depends on DVB_CORE && USB && I2C && PCI
select DVB_CX22700 if !DVB_FE_CUSTOMISE
select DVB_TDA1004X if !DVB_FE_CUSTOMISE
select DVB_VES1820 if !DVB_FE_CUSTOMISE
Expand Down

0 comments on commit fbe9834

Please sign in to comment.