diff options
| author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-12 11:10:42 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-12 11:10:42 -0300 |
| commit | 7787613f5c5a3a00ebd6aca9893ef2c4ad679bc1 (patch) | |
| tree | 4ffb8dbda509405c10b484edacb44807b16c5466 /linux/drivers/media/dvb/firewire/Kconfig | |
| parent | 84c19b03d182a3ad1a04fa4be0772ef587225fe6 (diff) | |
| parent | d32bcc1401cca5f2ea369ce78ab70947034b5c8f (diff) | |
| download | mediapointer-dvb-s2-7787613f5c5a3a00ebd6aca9893ef2c4ad679bc1.tar.gz mediapointer-dvb-s2-7787613f5c5a3a00ebd6aca9893ef2c4ad679bc1.tar.bz2 | |
merge: http://jusst.de/hg/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/firewire/Kconfig')
| -rw-r--r-- | linux/drivers/media/dvb/firewire/Kconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/firewire/Kconfig b/linux/drivers/media/dvb/firewire/Kconfig new file mode 100644 index 000000000..69028253e --- /dev/null +++ b/linux/drivers/media/dvb/firewire/Kconfig @@ -0,0 +1,22 @@ +config DVB_FIREDTV + tristate "FireDTV and FloppyDTV" + depends on DVB_CORE && IEEE1394 + 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_IEEE1394 + def_bool IEEE1394 + +config DVB_FIREDTV_INPUT + def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m) + +endif # DVB_FIREDTV |
