summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/dvb-usb-v2/Kconfig
diff options
context:
space:
mode:
authorOliver Schinagl2012-09-20 19:57:17 +0200
committerMauro Carvalho Chehab2012-09-27 20:14:17 +0200
commitd67ceb3398d7ae7fda78ec753639296f442ecf66 (patch)
tree2a175c65a3b9516a6c6c814f39cdfca54a7ec993 /drivers/media/usb/dvb-usb-v2/Kconfig
parent[media] rtl28xxu: use proper config for e4000 tuner (diff)
downloadkernel-qcow2-linux-d67ceb3398d7ae7fda78ec753639296f442ecf66.tar.gz
kernel-qcow2-linux-d67ceb3398d7ae7fda78ec753639296f442ecf66.tar.xz
kernel-qcow2-linux-d67ceb3398d7ae7fda78ec753639296f442ecf66.zip
[media] Support for Asus MyCinema U3100Mini Plus
This is initial support for the Asus MyCinema U3100Mini Plus. The driver in its current form gets detected and loads properly. Scanning using dvbscan works without problems, Locking onto a channel using tzap also works fine. Only playback using tzap -r + mplayer was tested and was fully functional. It uses the af9035 USB Bridge chip, with an af9033 demodulator. The tuner used is the FCI FC2580. Signed-off-by: Oliver Schinagl <oliver@schinagl.nl> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/dvb-usb-v2/Kconfig')
-rw-r--r--drivers/media/usb/dvb-usb-v2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/Kconfig b/drivers/media/usb/dvb-usb-v2/Kconfig
index e09930c6b4f9..834bfecbed73 100644
--- a/drivers/media/usb/dvb-usb-v2/Kconfig
+++ b/drivers/media/usb/dvb-usb-v2/Kconfig
@@ -40,6 +40,7 @@ config DVB_USB_AF9035
select MEDIA_TUNER_FC0011 if MEDIA_SUBDRV_AUTOSELECT
select MEDIA_TUNER_MXL5007T if MEDIA_SUBDRV_AUTOSELECT
select MEDIA_TUNER_TDA18218 if MEDIA_SUBDRV_AUTOSELECT
+ select MEDIA_TUNER_FC2580 if MEDIA_SUBDRV_AUTOSELECT
help
Say Y here to support the Afatech AF9035 based DVB USB receiver.