Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

V4L/DVB (10149): ttusb-budget: make it depend on PCI

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>

authored by

Mike Frysinger and committed by
Mauro Carvalho Chehab
fbe9834a f347535a

+1 -1
+1 -1
drivers/media/dvb/ttusb-budget/Kconfig
··· 1 1 config DVB_TTUSB_BUDGET 2 2 tristate "Technotrend/Hauppauge Nova-USB devices" 3 - depends on DVB_CORE && USB && I2C 3 + depends on DVB_CORE && USB && I2C && PCI 4 4 select DVB_CX22700 if !DVB_FE_CUSTOMISE 5 5 select DVB_TDA1004X if !DVB_FE_CUSTOMISE 6 6 select DVB_VES1820 if !DVB_FE_CUSTOMISE