summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/pt1/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-23 05:51:22 +0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-09-19 05:51:41 +0200
commit3d17fb1be937c8c025fc9f54b4e17e91081e7a4f (patch)
tree85e17d239c0bda9ef7c43882c989208c938ea72e /drivers/media/dvb/pt1/Kconfig
parentV4L/DVB (12997): Add the DTV_ISDB_TS_ID property for ISDB_S (diff)
downloadlinux-3d17fb1be937c8c025fc9f54b4e17e91081e7a4f.tar.xz
linux-3d17fb1be937c8c025fc9f54b4e17e91081e7a4f.zip
V4L/DVB (12999): Add a driver for Earthsoft PT1
Add a driver for Earthsoft PT1 Eearthsoft PT1 is a PCI card for Japanese broadcasting with two ISDB-S and ISDB-T demodulators. This card has neither MPEG decoder nor conditional access module onboard. It transmits only compressed and possibly encrypted MPEG data over the PCI bus, so you need an external software decoder and a decrypter to watch TV on your computer. This driver is originally developed by Tomoaki Ishikawa <tomy@users.sourceforge.jp> by reverse engineering. [mchehab@redhat.com: renamed isdb_ts to isdbs_ts to use the current standard] Signed-off-by: HIRANO Takahito <hiranotaka@zng.info> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/pt1/Kconfig')
-rw-r--r--drivers/media/dvb/pt1/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/media/dvb/pt1/Kconfig b/drivers/media/dvb/pt1/Kconfig
new file mode 100644
index 000000000000..24501d5bf70d
--- /dev/null
+++ b/drivers/media/dvb/pt1/Kconfig
@@ -0,0 +1,12 @@
+config DVB_PT1
+ tristate "PT1 cards"
+ depends on DVB_CORE && PCI && I2C
+ help
+ Support for Earthsoft PT1 PCI cards.
+
+ Since these cards have no MPEG decoder onboard, they transmit
+ only compressed MPEG data over the PCI bus, so you need
+ an external software decoder to watch TV on your computer.
+
+ Say Y or M if you own such a device and want to use it.
+