diff options
author | Patrick Boettcher <devnull@localhost> | 2005-03-09 12:36:49 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-03-09 12:36:49 +0000 |
commit | 8a64b813388b3ceab573104d53d848274b75138a (patch) | |
tree | 8a28df764fb7c2fc05b4cc07a9a97543bc3f24b2 /linux/drivers/media/dvb/b2c2/Kconfig | |
parent | e73ff4b3aa10d5aa507600a3545885d752c0c163 (diff) | |
download | mediapointer-dvb-s2-8a64b813388b3ceab573104d53d848274b75138a.tar.gz mediapointer-dvb-s2-8a64b813388b3ceab573104d53d848274b75138a.tar.bz2 |
- moved the flexcop-driver-suite to linux/drivers
- adapted build-2.6 (removed skystar2 from insmod.sh)
- corrected some bugs in Kconfig
- tried compilation with linux 2.6.11 (as module and as compiled-in-driver)
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/Kconfig | 45 |
1 files changed, 43 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/b2c2/Kconfig b/linux/drivers/media/dvb/b2c2/Kconfig index f1f6187b7..33e161849 100644 --- a/linux/drivers/media/dvb/b2c2/Kconfig +++ b/linux/drivers/media/dvb/b2c2/Kconfig @@ -1,13 +1,54 @@ +config DVB_B2C2_FLEXCOP + tristate "Technisat/B2C2 FlexCopII(b) and FlexCopIII adapters" + depends on DVB_CORE + select DVB_STV0299 + select DVB_MT352 + select DVB_MT312 + select DVB_NXT2002 + select DVB_STV0297 + help + Support for the digital TV receiver chip made by B2C2 Inc. included in + Technisats PCI cards and USB boxes. + + Say Y if you own such a device and want to use it. + +config DVB_B2C2_FLEXCOP_PCI + tristate "Technisat/B2C2 Air/Sky/Cable2PC PCI" + depends on DVB_B2C2_FLEXCOP && PCI + help + Support for the Air/Sky/CableStar2 PCI card (DVB/ATSC) by Technisat/B2C2. + + Say Y if you own such a device and want to use it. + +config DVB_B2C2_FLEXCOP_USB + tristate "Technisat/B2C2 Air/Sky/Cable2PC USB" + depends on DVB_B2C2_FLEXCOP && USB + help + Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2, + + Say Y if you own such a device and want to use it. + +config DVB_B2C2_FLEXCOP_DEBUG + bool "Enable debug for the B2C2 FlexCop drivers" + depends on DVB_B2C2_FLEXCOP + help + Say Y if you want to enable the module option to control debug messages + of all B2C2 FlexCop drivers. + config DVB_B2C2_SKYSTAR - tristate "B2C2/Technisat Air/Sky/CableStar 2 PCI" - depends on DVB_CORE && PCI + tristate "Technisat/B2C2 Air/Sky/CableStar 2 PCI - old driver (OBSOLETE)" + depends on DVB_CORE && PCI && !DVB_B2C2_FLEXCOP select DVB_STV0299 select DVB_MT352 select DVB_MT312 select DVB_NXT2002 help + This driver has been obsoleted by the FlexCop driver set above. + Please don't use this driver unless you have serious problems. + Support for the Skystar2 PCI DVB card by Technisat, which is equipped with the FlexCopII chipset by B2C2, and for the B2C2/BBTI Air2PC-ATSC card. Say Y if you own such a device and want to use it. + |