diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-24 13:37:51 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-09-24 13:37:51 -0300 |
commit | 6d9b3e7e1bd9a2e8e3d2dde50f3d639029ab1241 (patch) | |
tree | 2029f5d6ec8f39e55681751bc736252dadeb3715 /linux/drivers/media/dvb/dm1105/Kconfig | |
parent | ec1abc6d3b2508366efa97c0f3f08078902e47ac (diff) | |
parent | 60068c572f087679b3b93155ec10c660ea932da8 (diff) | |
download | mediapointer-dvb-s2-6d9b3e7e1bd9a2e8e3d2dde50f3d639029ab1241.tar.gz mediapointer-dvb-s2-6d9b3e7e1bd9a2e8e3d2dde50f3d639029ab1241.tar.bz2 |
merge: http://www.linuxtv.org/hg/~stoth/s2
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/dvb/dm1105/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/dm1105/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dm1105/Kconfig b/linux/drivers/media/dvb/dm1105/Kconfig new file mode 100644 index 000000000..2af5fffe1 --- /dev/null +++ b/linux/drivers/media/dvb/dm1105/Kconfig @@ -0,0 +1,16 @@ +config DVB_DM1105 + tristate "SDMC DM1105 based PCI cards" + depends on DVB_CORE && PCI && I2C + select DVB_PLL if !DVB_FE_CUSTOMISE + select DVB_STV0299 if !DVB_FE_CUSTOMISE + select DVB_CX24116 if !DVB_FE_CUSTOMISE + select DVB_SI21XX if !DVB_FE_CUSTOMISE + help + Support for cards based on the SDMC DM1105 PCI chip like + DvbWorld 2002 + + 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. |