e68044e235
drivers/ieee1394/ has been removed in Linux 2.6.37. The corresponding backend code in firedtv is no longer built in now and can be deleted. Firedtv continues to work with drivers/firewire/. Also, fix a Kconfig menu comment: Removal of CONFIG_IEEE1394 made the "Supported FireWire (IEEE 1394) Adapters" comment disappear; bring it back with corrected dependency. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Reviewed-by: Stefan Richter <stefanr@s5r6.in-berlin.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
19 lines
513 B
Text
19 lines
513 B
Text
config DVB_FIREDTV
|
|
tristate "FireDTV and FloppyDTV"
|
|
depends on DVB_CORE && FIREWIRE
|
|
help
|
|
Support for DVB receivers from Digital Everywhere
|
|
which are connected via IEEE 1394 (FireWire).
|
|
|
|
These devices don't have an MPEG decoder built in,
|
|
so you need an external software decoder to watch TV.
|
|
|
|
To compile this driver as a module, say M here:
|
|
the module will be called firedtv.
|
|
|
|
if DVB_FIREDTV
|
|
|
|
config DVB_FIREDTV_INPUT
|
|
def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m)
|
|
|
|
endif # DVB_FIREDTV
|