aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb-frontends/Kconfig
diff options
context:
space:
mode:
authorOlli Salonen <olli.salonen@iki.fi>2014-08-08 03:06:35 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2014-09-02 14:06:49 -0400
commit868736ad3404b205794bc04233eca58293818dea (patch)
treec970af0d74efb2d2a770bac5471e2cd79b8fd3c1 /drivers/media/dvb-frontends/Kconfig
parent9b9beb1bf5eab918d2d54e42360dd1803b00dbfd (diff)
[media] sp2: Add I2C driver for CIMaX SP2 common interface module
Driver for the CIMaX SP2 common interface chip. It is very much based on the existing cimax2 driver for cx23885, but should be more reusable. The product has been sold with name Atmel T90FJR as well and the data sheets for that chip seem to be publicly available. It seems that the USB device that I have and the cx23885 based devices will need to interact differently with the chip for the CAM operations. Thus there is one callback function that is passed on to the sp2 driver (see function sp2_ci_op_cam for that one). IRQ functionality is not included currently (not needed by USB devices and I don't have a PCIe device for development). Signed-off-by: Olli Salonen <olli.salonen@iki.fi> Signed-off-by: Antti Palosaari <crope@iki.fi> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/Kconfig')
-rw-r--r--drivers/media/dvb-frontends/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig
index aa5ae224626a..704403f892d5 100644
--- a/drivers/media/dvb-frontends/Kconfig
+++ b/drivers/media/dvb-frontends/Kconfig
@@ -725,6 +725,13 @@ config DVB_A8293
725 depends on DVB_CORE && I2C 725 depends on DVB_CORE && I2C
726 default m if !MEDIA_SUBDRV_AUTOSELECT 726 default m if !MEDIA_SUBDRV_AUTOSELECT
727 727
728config DVB_SP2
729 tristate "CIMaX SP2"
730 depends on DVB_CORE && I2C
731 default m if !MEDIA_SUBDRV_AUTOSELECT
732 help
733 CIMaX SP2/SP2HF Common Interface module.
734
728config DVB_LGS8GL5 735config DVB_LGS8GL5
729 tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)" 736 tristate "Silicon Legend LGS-8GL5 demodulator (OFDM)"
730 depends on DVB_CORE && I2C 737 depends on DVB_CORE && I2C