diff options
author | Kevin Cheng <kcheng@gmail.com> | 2017-01-10 01:14:18 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-02-03 13:45:48 -0200 |
commit | 4f75189024f4186a7ff9d56f4a8cb690774412ec (patch) | |
tree | 7023ebf8f567c73a1bc387a85652bf2975e5a107 /drivers/media/dvb-frontends/Kconfig | |
parent | 3f7060887294339eaa60e3399cf7ff4d36620395 (diff) | |
download | blackbird-op-linux-4f75189024f4186a7ff9d56f4a8cb690774412ec.tar.gz blackbird-op-linux-4f75189024f4186a7ff9d56f4a8cb690774412ec.zip |
[media] lgdt3306a: support i2c mux for use by em28xx
Adds an i2c mux to the lgdt3306a demodulator. This was done to support
the Hauppauge WinTV-dualHD 01595 USB TV tuner (em28xx), which utilizes two
si2157 tuners behind gate control.
Signed-off-by: Kevin Cheng <kcheng@gmail.com>
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/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb-frontends/Kconfig b/drivers/media/dvb-frontends/Kconfig index 04d7389a254f..e8c6554a47aa 100644 --- a/drivers/media/dvb-frontends/Kconfig +++ b/drivers/media/dvb-frontends/Kconfig @@ -619,7 +619,7 @@ config DVB_LGDT3305 config DVB_LGDT3306A tristate "LG Electronics LGDT3306A based" - depends on DVB_CORE && I2C + depends on DVB_CORE && I2C && I2C_MUX default m if !MEDIA_SUBDRV_AUTOSELECT help An ATSC 8VSB and QAM-B 64/256 demodulator module. Say Y when you want |