aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/Kconfig
diff options
context:
space:
mode:
authorGravatar Daniel Scheller <d.scheller@gmx.net> 2017-07-03 13:20:54 -0400
committerGravatar Mauro Carvalho Chehab <mchehab@s-opensource.com> 2017-07-20 12:57:11 -0400
commitcd21b334943719f880e707eb91895fc916a88000 (patch)
tree46b889a442954eb7704de22818f0aab553f33665 /drivers/media/dvb-frontends/Kconfig
parentmedia: platform: video-mux: convert to multiplexer framework (diff)
downloadlinux-cd21b334943719f880e707eb91895fc916a88000.tar.gz
linux-cd21b334943719f880e707eb91895fc916a88000.tar.bz2
linux-cd21b334943719f880e707eb91895fc916a88000.zip
media: dvb-frontends: add ST STV0910 DVB-S/S2 demodulator frontend driver
This adds a multi frontend driver for the ST STV0910 DVB-S/S2 demodulator frontends. The driver code originates from the Digital Devices' dddvb vendor driver package as of version 0.9.29, and has been cleaned up from core API usage which isn't supported yet in the kernel, and additionally all obvious style issues have been resolved. All camel case and allcaps have been converted to kernel_case and lowercase. Patches have been sent to the vendor package maintainers to fix this aswell. Signal statistics acquisition has been refactored to comply with standards. Permission to reuse and mainline the driver code was formally granted by Ralph Metzler <rjkm@metzlerbros.de>. Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Tested-by: Richard Scobie <r.scobie@clear.net.nz> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/dvb-frontends/Kconfig')
-rw-r--r--drivers/media/dvb-frontends/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig
index 3a260b82b3e8..773de5e264e3 100644
--- a/drivers/media/dvb-frontends/Kconfig
+++ b/drivers/media/dvb-frontends/Kconfig
@@ -28,6 +28,15 @@ config DVB_STV090x
DVB-S/S2/DSS Multistandard Professional/Broadcast demodulators.
Say Y when you want to support these frontends.
+config DVB_STV0910
+ tristate "STV0910 based"
+ depends on DVB_CORE && I2C
+ default m if !MEDIA_SUBDRV_AUTOSELECT
+ help
+ ST STV0910 DVB-S/S2 demodulator driver.
+
+ Say Y when you want to support these frontends.
+
config DVB_STV6110x
tristate "STV6110/(A) based tuners"
depends on DVB_CORE && I2C