home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / drivers / media / dvb / b2c2 / Kconfig next >
Encoding:
Text File  |  2008-12-24  |  1.5 KB  |  45 lines

  1. config DVB_B2C2_FLEXCOP
  2.     tristate "Technisat/B2C2 FlexCopII(b) and FlexCopIII adapters"
  3.     depends on DVB_CORE && I2C
  4.     select DVB_PLL if !DVB_FE_CUSTOMISE
  5.     select DVB_STV0299 if !DVB_FE_CUSTOMISE
  6.     select DVB_MT352 if !DVB_FE_CUSTOMISE
  7.     select DVB_MT312 if !DVB_FE_CUSTOMISE
  8.     select DVB_NXT200X if !DVB_FE_CUSTOMISE
  9.     select DVB_STV0297 if !DVB_FE_CUSTOMISE
  10.     select DVB_BCM3510 if !DVB_FE_CUSTOMISE
  11.     select DVB_LGDT330X if !DVB_FE_CUSTOMISE
  12.     select DVB_S5H1420 if !DVB_FE_CUSTOMISE
  13.     select DVB_TUNER_ITD1000 if !DVB_FE_CUSTOMISE
  14.     select DVB_ISL6421 if !DVB_FE_CUSTOMISE
  15.     select DVB_CX24123 if !DVB_FE_CUSTOMISE
  16.     select MEDIA_TUNER_SIMPLE if !MEDIA_TUNER_CUSTOMIZE
  17.     help
  18.       Support for the digital TV receiver chip made by B2C2 Inc. included in
  19.       Technisats PCI cards and USB boxes.
  20.  
  21.       Say Y if you own such a device and want to use it.
  22.  
  23. config DVB_B2C2_FLEXCOP_PCI
  24.     tristate "Technisat/B2C2 Air/Sky/Cable2PC PCI"
  25.     depends on DVB_B2C2_FLEXCOP && PCI && I2C
  26.     help
  27.       Support for the Air/Sky/CableStar2 PCI card (DVB/ATSC) by Technisat/B2C2.
  28.  
  29.       Say Y if you own such a device and want to use it.
  30.  
  31. config DVB_B2C2_FLEXCOP_USB
  32.     tristate "Technisat/B2C2 Air/Sky/Cable2PC USB"
  33.     depends on DVB_B2C2_FLEXCOP && USB && I2C
  34.     help
  35.       Support for the Air/Sky/Cable2PC USB1.1 box (DVB/ATSC) by Technisat/B2C2,
  36.  
  37.       Say Y if you own such a device and want to use it.
  38.  
  39. config DVB_B2C2_FLEXCOP_DEBUG
  40.     bool "Enable debug for the B2C2 FlexCop drivers"
  41.     depends on DVB_B2C2_FLEXCOP
  42.     help
  43.       Say Y if you want to enable the module option to control debug messages
  44.       of all B2C2 FlexCop drivers.
  45.