From 5aabc26da3db5d22b4c50c187209ca6674e8b536 Mon Sep 17 00:00:00 2001 From: Holger Waechtler Date: Wed, 25 Jun 2003 10:16:09 +0000 Subject: cvs sucks! --- linux/drivers/media/dvb/bt8xx/Kconfig | 13 +++++++++++++ linux/drivers/media/dvb/bt8xx/Makefile | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 linux/drivers/media/dvb/bt8xx/Kconfig create mode 100644 linux/drivers/media/dvb/bt8xx/Makefile (limited to 'linux') diff --git a/linux/drivers/media/dvb/bt8xx/Kconfig b/linux/drivers/media/dvb/bt8xx/Kconfig new file mode 100644 index 000000000..ec53a99fb --- /dev/null +++ b/linux/drivers/media/dvb/bt8xx/Kconfig @@ -0,0 +1,13 @@ +config DVB_BT8XX + tristate "Bt8xx based DVB PCI cards" + depends on DVB_CORE && USB + help + Support for PCI cards based on the Bt8xx PCI bridge. Examples are + The Nebula cards and the Pinnacle PCTV cards. + + Since these cards have no MPEG decoder onboard, they transmit + only compressed MPEG data over the PCI bus, so you need + an external software decoder to watch TV on your computer. + + Say Y if you own such a device and want to use it. + diff --git a/linux/drivers/media/dvb/bt8xx/Makefile b/linux/drivers/media/dvb/bt8xx/Makefile new file mode 100644 index 000000000..8a933dc6a --- /dev/null +++ b/linux/drivers/media/dvb/bt8xx/Makefile @@ -0,0 +1,5 @@ + +obj-$(CONFIG_DVB_BT8XX) += bt878.o dvb-bt8xx.o + +EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ + -- cgit v1.2.3