summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/pt1/Kconfig
diff options
context:
space:
mode:
authorAkihiro Tsukada <tskd08@gmail.com>2018-04-08 19:39:51 +0200
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2018-05-05 13:24:27 +0200
commitb732539efdba1a2c3464a36c0670a17d6b87b317 (patch)
tree937c6ae01d8fca18d3c3dfeb49cfedfda510470b /drivers/media/pci/pt1/Kconfig
parentmedia: tuners: add new i2c driver for Sharp qm1d1b0004 ISDB-S tuner (diff)
downloadlinux-b732539efdba1a2c3464a36c0670a17d6b87b317.tar.xz
linux-b732539efdba1a2c3464a36c0670a17d6b87b317.zip
media: dvb: earth-pt1: decompose pt1 driver into sub drivers
earth-pt1 was a monolithic module and included demod/tuner drivers. This patch removes those FE parts and attach demod/tuner i2c drivers. Signed-off-by: Akihiro Tsukada <tskd08@gmail.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/pci/pt1/Kconfig')
-rw-r--r--drivers/media/pci/pt1/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/pci/pt1/Kconfig b/drivers/media/pci/pt1/Kconfig
index 24501d5bf70d..2718b4c6b7c6 100644
--- a/drivers/media/pci/pt1/Kconfig
+++ b/drivers/media/pci/pt1/Kconfig
@@ -1,6 +1,9 @@
config DVB_PT1
tristate "PT1 cards"
depends on DVB_CORE && PCI && I2C
+ select DVB_TC90522 if MEDIA_SUBDRV_AUTOSELECT
+ select DVB_PLL if MEDIA_SUBDRV_AUTOSELECT
+ select MEDIA_TUNER_QM1D1B0004 if MEDIA_SUBDRV_AUTOSELECT
help
Support for Earthsoft PT1 PCI cards.