瀏覽代碼

V4L/DVB (10150): ttusb-dec: make it depend on PCI

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>
Mike Frysinger 17 年之前
父節點
當前提交
91f7c130c2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/media/dvb/ttusb-dec/Kconfig

+ 1 - 1
drivers/media/dvb/ttusb-dec/Kconfig

@@ -1,6 +1,6 @@
 config DVB_TTUSB_DEC
 config DVB_TTUSB_DEC
 	tristate "Technotrend/Hauppauge USB DEC devices"
 	tristate "Technotrend/Hauppauge USB DEC devices"
-	depends on DVB_CORE && USB && INPUT
+	depends on DVB_CORE && USB && INPUT && PCI
 	select CRC32
 	select CRC32
 	help
 	help
 	  Support for external USB adapters designed by Technotrend and
 	  Support for external USB adapters designed by Technotrend and