diff options
author | Johannes Stezenbach <js@linuxtv.org> | 2005-05-17 00:54:06 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-17 10:59:24 -0400 |
commit | 1ec359729960f7896db8f642454e603d22519d20 (patch) | |
tree | ff6345a3e07cdb319e6ce73b277642894d086c2b /drivers/media/dvb/b2c2/Kconfig | |
parent | 6262d062a3fc803d1798365e745b39f4faa04b0e (diff) |
[PATCH] dvb: b2c2/flexcop driver refactoring part 1: drop old b2c2-usb stuff
b2c2/flexcop driver refactoring to support PCI and USB based cards, part 1:
drop abandoned attempt to support USB devices
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Johannes Stezenbach <js@linuxtv.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/dvb/b2c2/Kconfig')
-rw-r--r-- | drivers/media/dvb/b2c2/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/drivers/media/dvb/b2c2/Kconfig b/drivers/media/dvb/b2c2/Kconfig index 52596907a0be..f1f6187b7c1e 100644 --- a/drivers/media/dvb/b2c2/Kconfig +++ b/drivers/media/dvb/b2c2/Kconfig | |||
@@ -11,16 +11,3 @@ config DVB_B2C2_SKYSTAR | |||
11 | for the B2C2/BBTI Air2PC-ATSC card. | 11 | for the B2C2/BBTI Air2PC-ATSC card. |
12 | 12 | ||
13 | Say Y if you own such a device and want to use it. | 13 | Say Y if you own such a device and want to use it. |
14 | |||
15 | config DVB_B2C2_USB | ||
16 | tristate "B2C2/Technisat Air/Sky/Cable2PC USB" | ||
17 | depends on DVB_CORE && USB && EXPERIMENTAL | ||
18 | select DVB_STV0299 | ||
19 | select DVB_MT352 | ||
20 | help | ||
21 | Support for the Air/Sky/Cable2PC USB DVB device by B2C2. Currently | ||
22 | the does nothing, but providing basic function for the used usb | ||
23 | protocol. | ||
24 | |||
25 | Say Y if you own such a device and want to use it. | ||
26 | |||