diff options
Diffstat (limited to 'drivers/media/dvb/firesat/Kconfig')
-rw-r--r-- | drivers/media/dvb/firesat/Kconfig | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/drivers/media/dvb/firesat/Kconfig b/drivers/media/dvb/firesat/Kconfig index 93f8de5ec3c..03d25ad1035 100644 --- a/drivers/media/dvb/firesat/Kconfig +++ b/drivers/media/dvb/firesat/Kconfig | |||
@@ -1,11 +1,12 @@ | |||
1 | config DVB_FIRESAT | 1 | config DVB_FIREDTV |
2 | tristate "FireSAT devices" | 2 | tristate "FireDTV (FireWire attached DVB receivers)" |
3 | depends on DVB_CORE && IEEE1394 && INPUT | 3 | depends on DVB_CORE && IEEE1394 && INPUT |
4 | help | 4 | help |
5 | Support for external IEEE1394 adapters designed by Digital Everywhere and | 5 | Support for DVB receivers from Digital Everywhere, known as FireDTV |
6 | produced by El Gato, shipped under the brand name 'FireDTV/FloppyDTV'. | 6 | and FloppyDTV, which are connected via IEEE 1394 (FireWire). |
7 | 7 | ||
8 | These devices don't have a MPEG decoder built in, so you need | 8 | These devices don't have an MPEG decoder built in, so you need |
9 | an external software decoder to watch TV. | 9 | an external software decoder to watch TV. |
10 | 10 | ||
11 | Say Y if you own such a device and want to use it. | 11 | To compile this driver as a module, say M here: the module will be |
12 | called firedtv. | ||