aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/media/usb/dvb-usb/Kconfig
diff options
context:
space:
mode:
authorAlex Bee <knaerzche@gmail.com>2020-07-16 23:33:03 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-09-03 16:14:59 +0200
commitf35e5231d3afa1b43faf16ea264f3b4b1a2264b3 (patch)
treef7b7c32efad6f2c70768324a623b41e518badb07 /drivers/media/usb/dvb-usb/Kconfig
parentmedia: mxl5xx: remove unused including <linux/version.h> (diff)
downloadwireguard-linux-f35e5231d3afa1b43faf16ea264f3b4b1a2264b3.tar.xz
wireguard-linux-f35e5231d3afa1b43faf16ea264f3b4b1a2264b3.zip
media: dvb_usb_pctv452e: use ISL6423 voltage regulator per default
Both TT-connect S2-3600 and Pinnacle PCTV Sat HDTV are using Intersil ISL6423 as LNB voltage regulator. This makes TT-connect S2-3650 CI the only device which uses STM LNBP22 regulator which is currently used for all devices driven by pctv452e driver. This patch fixes this by creating an exception for TT-connect S2-3650 CI to continue to use STM LNBP22 while all others now using correct ISL6423 driver which makes DiSEqC/EN50494 comands which involve voltage changes now working on the other devices (which didn't work before). Signed-off-by: Alex Bee <knaerzche@gmail.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb/dvb-usb/Kconfig')
-rw-r--r--drivers/media/usb/dvb-usb/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/dvb-usb/Kconfig b/drivers/media/usb/dvb-usb/Kconfig
index 25ba03edcb5c..7498110142e4 100644
--- a/drivers/media/usb/dvb-usb/Kconfig
+++ b/drivers/media/usb/dvb-usb/Kconfig
@@ -279,6 +279,7 @@ config DVB_USB_PCTV452E
tristate "Pinnacle PCTV HDTV Pro USB device/TT Connect S2-3600"
depends on DVB_USB
select TTPCI_EEPROM
+ select DVB_ISL6423 if MEDIA_SUBDRV_AUTOSELECT
select DVB_LNBP22 if MEDIA_SUBDRV_AUTOSELECT
select DVB_STB0899 if MEDIA_SUBDRV_AUTOSELECT
select DVB_STB6100 if MEDIA_SUBDRV_AUTOSELECT