David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | config DVB_FIREDTV |
| 3 | tristate "FireDTV and FloppyDTV" |
| 4 | depends on DVB_CORE && FIREWIRE |
| 5 | help |
| 6 | Support for DVB receivers from Digital Everywhere |
| 7 | which are connected via IEEE 1394 (FireWire). |
| 8 | |
| 9 | These devices don't have an MPEG decoder built in, |
| 10 | so you need an external software decoder to watch TV. |
| 11 | |
| 12 | To compile this driver as a module, say M here: |
| 13 | the module will be called firedtv. |
| 14 | |
| 15 | if DVB_FIREDTV |
| 16 | |
| 17 | config DVB_FIREDTV_INPUT |
| 18 | def_bool INPUT = y || (INPUT = m && DVB_FIREDTV = m) |
| 19 | |
| 20 | endif # DVB_FIREDTV |