[PATCH] dvb: remove obsolete skystar2 driver
Remove the skystar2 driver which has been obsoleted by the generalized flexcop-pci driver. Signed-off-by: Johannes Stezenbach <js@linuxtv.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
38b32d6237
commit
25a26ec3b6
3 changed files with 0 additions and 2660 deletions
|
@ -35,17 +35,3 @@ config DVB_B2C2_FLEXCOP_DEBUG
|
||||||
help
|
help
|
||||||
Say Y if you want to enable the module option to control debug messages
|
Say Y if you want to enable the module option to control debug messages
|
||||||
of all B2C2 FlexCop drivers.
|
of all B2C2 FlexCop drivers.
|
||||||
|
|
||||||
config DVB_B2C2_SKYSTAR
|
|
||||||
tristate "B2C2/Technisat Air/Sky/CableStar 2 PCI"
|
|
||||||
depends on DVB_CORE && PCI
|
|
||||||
select DVB_STV0299
|
|
||||||
select DVB_MT352
|
|
||||||
select DVB_MT312
|
|
||||||
select DVB_NXT2002
|
|
||||||
help
|
|
||||||
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.
|
|
||||||
|
|
|
@ -9,6 +9,4 @@ obj-$(CONFIG_DVB_B2C2_FLEXCOP_PCI) += b2c2-flexcop-pci.o
|
||||||
b2c2-flexcop-usb-objs = flexcop-usb.o
|
b2c2-flexcop-usb-objs = flexcop-usb.o
|
||||||
obj-$(CONFIG_DVB_B2C2_FLEXCOP_USB) += b2c2-flexcop-usb.o
|
obj-$(CONFIG_DVB_B2C2_FLEXCOP_USB) += b2c2-flexcop-usb.o
|
||||||
|
|
||||||
obj-$(CONFIG_DVB_B2C2_SKYSTAR) += skystar2.o
|
|
||||||
|
|
||||||
EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/
|
EXTRA_CFLAGS = -Idrivers/media/dvb/dvb-core/ -Idrivers/media/dvb/frontends/
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue