summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/b2c2/Kconfig
diff options
context:
space:
mode:
authorPatrick Boettcher <devnull@localhost>2004-12-02 19:48:07 +0000
committerPatrick Boettcher <devnull@localhost>2004-12-02 19:48:07 +0000
commitd81bda97ed48adc30520159fccd85dff6edb9515 (patch)
tree57039f4f8b44dfdeaeb9c4270feccd77b8935860 /linux/drivers/media/dvb/b2c2/Kconfig
parentec7100d4b98edc910b383fd040be8d6912ae9eb8 (diff)
downloadmediapointer-dvb-s2-d81bda97ed48adc30520159fccd85dff6edb9515.tar.gz
mediapointer-dvb-s2-d81bda97ed48adc30520159fccd85dff6edb9515.tar.bz2
added basic b2c2-usb module source, it is compiling but no real work is done
yet -> a lot of warnings during compilation, because of unused functions
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/Kconfig')
-rw-r--r--linux/drivers/media/dvb/b2c2/Kconfig15
1 files changed, 14 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/b2c2/Kconfig b/linux/drivers/media/dvb/b2c2/Kconfig
index 3d0667229..7523121fe 100644
--- a/linux/drivers/media/dvb/b2c2/Kconfig
+++ b/linux/drivers/media/dvb/b2c2/Kconfig
@@ -1,5 +1,5 @@
config DVB_B2C2_SKYSTAR
- tristate "Technisat Skystar2 PCI"
+ tristate "B2C2/Technisat Air/Sky/CableStar 2 PCI"
depends on DVB_CORE && PCI
select DVB_STV0299
select DVB_MT352
@@ -9,3 +9,16 @@ config DVB_B2C2_SKYSTAR
is equipped with the FlexCopII chipset by B2C2.
Say Y if you own such a device and want to use it.
+
+config DVB_B2C2_USB
+ tristate "B2C2/Technisat Air/Sky/Cable2PC USB"
+ depends on DVB_CORE && USB && EXPERIMENTAL
+ select DVB_STV0299
+ select DVB_MT352
+ help
+ Support for the Air/Sky/Cable2PC USB DVB device by B2C2. Currently
+ the does nothing, but providing basic function for the used usb
+ protocol.
+
+ Say Y if you own such a device and want to use it.
+