Stefan Richter | 612262a | 2008-08-26 00:17:30 +0200 | [diff] [blame] | 1 | config DVB_FIREDTV |
Stefan Richter | 1549079 | 2009-02-23 14:21:10 +0100 | [diff] [blame] | 2 | tristate "FireDTV and FloppyDTV" |
Hans Verkuil | e68044e | 2011-02-05 10:07:39 -0300 | [diff] [blame] | 3 | depends on DVB_CORE && FIREWIRE |
Greg Kroah-Hartman | c81c8b6 | 2008-03-06 21:30:23 -0800 | [diff] [blame] | 4 | help |
Stefan Richter | 1549079 | 2009-02-23 14:21:10 +0100 | [diff] [blame] | 5 | Support for DVB receivers from Digital Everywhere |
| 6 | which are connected via IEEE 1394 (FireWire). |
Greg Kroah-Hartman | c81c8b6 | 2008-03-06 21:30:23 -0800 | [diff] [blame] | 7 | |
Stefan Richter | 1549079 | 2009-02-23 14:21:10 +0100 | [diff] [blame] | 8 | These devices don't have an MPEG decoder built in, |
| 9 | so you need an external software decoder to watch TV. |
Greg Kroah-Hartman | c81c8b6 | 2008-03-06 21:30:23 -0800 | [diff] [blame] | 10 | |
Stefan Richter | 1549079 | 2009-02-23 14:21:10 +0100 | [diff] [blame] | 11 | To compile this driver as a module, say M here: |
| 12 | the module will be called firedtv. |
| 13 | |
| 14 | if DVB_FIREDTV |
| 15 | |
Stefan Richter | 1549079 | 2009-02-23 14:21:10 +0100 | [diff] [blame] | 16 | config DVB_FIREDTV_INPUT |
| 17 | def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m) |
| 18 | |
| 19 | endif # DVB_FIREDTV |