summaryrefslogtreecommitdiffstats
path: root/drivers/media/common/b2c2/Kconfig
diff options
context:
space:
mode:
authorJemma Denson <jdenson@gmail.com>2015-04-14 14:04:50 +0200
committerMauro Carvalho Chehab <mchehab@osg.samsung.com>2015-05-18 21:31:35 +0200
commit5afc9a25be8d4e627cf07aa8a7500eafe3664b94 (patch)
treedfdde92a1caa90f87140b3f097ec20d4b2dc1c61 /drivers/media/common/b2c2/Kconfig
parent[media] DocBook/media: fix syntax error (diff)
downloadlinux-5afc9a25be8d4e627cf07aa8a7500eafe3664b94.tar.xz
linux-5afc9a25be8d4e627cf07aa8a7500eafe3664b94.zip
[media] Add support for TechniSat Skystar S2
This patch adds support for the Technisat Skystar S2 - this has been tried before but the cx24120 driver was a bit out of shape and it didn't got any further: https://patchwork.linuxtv.org/patch/10575/ It is an old card, but currently being sold off for next to nothing, so it's proving quite popular of late. Noticing it's quite similar to the cx24116 and cx24117 I've rewritten the driver in a similar way. There were a few registers and commands from those drivers missing from this one I've tested out and found they do something so they've been added in to speed up tuning and to make get_frontend return something useful. Signed-off-by: Jemma Denson <jdenson@gmail.com> Signed-off-by: Patrick.Boettcher <patrick.boettcher@posteo.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Diffstat (limited to 'drivers/media/common/b2c2/Kconfig')
-rw-r--r--drivers/media/common/b2c2/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/common/b2c2/Kconfig b/drivers/media/common/b2c2/Kconfig
index a8c6cdfaa2f5..e5936380b1e5 100644
--- a/drivers/media/common/b2c2/Kconfig
+++ b/drivers/media/common/b2c2/Kconfig
@@ -14,6 +14,7 @@ config DVB_B2C2_FLEXCOP
select DVB_S5H1420 if MEDIA_SUBDRV_AUTOSELECT
select DVB_TUNER_ITD1000 if MEDIA_SUBDRV_AUTOSELECT
select DVB_ISL6421 if MEDIA_SUBDRV_AUTOSELECT
+ select DVB_CX24120 if MEDIA_SUBDRV_AUTOSELECT
select DVB_CX24123 if MEDIA_SUBDRV_AUTOSELECT
select MEDIA_TUNER_SIMPLE if MEDIA_SUBDRV_AUTOSELECT
select DVB_TUNER_CX24113 if MEDIA_SUBDRV_AUTOSELECT